de.saumya.mojo.gems.gem
Class GemFileEntry

java.lang.Object
  extended by de.saumya.mojo.gems.gem.GemFileEntry

public class GemFileEntry
extends Object

A Gem file entry. It is sourced from a plain File and tells about where it wants to be in Gem.

Author:
cstamas

Constructor Summary
GemFileEntry(File source, String pathInGem)
           
 
Method Summary
 String getPathInGem()
           
 File getSource()
           
 void setPathInGem(String pathInGem)
           
 void setSource(File source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GemFileEntry

public GemFileEntry(File source,
                    String pathInGem)
Method Detail

getPathInGem

public String getPathInGem()

setPathInGem

public void setPathInGem(String pathInGem)

getSource

public File getSource()

setSource

public void setSource(File source)


Copyright © 2012. All Rights Reserved.