org.ow2.util.ee.deploy.impl.helper
Class DeployableEntry
java.lang.Object
org.ow2.util.ee.deploy.impl.helper.DeployableEntry
public class DeployableEntry
- extends Object
Entry representing the data when we want to add data to an existing Deployable.
- Author:
- Florent BENOIT
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployableEntry
public DeployableEntry()
getFile
public File getFile()
- Returns:
- the file of the entry.
setFile
public void setFile(File file)
- Sets the file to use in this entry.
- Parameters:
file - the given file
getName
public String getName()
- Returns:
- the name of the entry.
setName
public void setName(String name)
- Sets the name of the entry.
- Parameters:
name - the given name entry
Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.