de.saumya.mojo.gems.gem
Class GemFileEntry
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GemFileEntry
public GemFileEntry(File source,
String pathInGem)
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.