|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.ee.deploy.impl.helper.DeployableEntry
public class DeployableEntry
Entry representing the data when we want to add data to an existing Deployable.
| Constructor Summary | |
|---|---|
DeployableEntry()
|
|
| Method Summary | |
|---|---|
java.io.File |
getFile()
|
java.lang.String |
getName()
|
void |
setFile(java.io.File file)
Sets the file to use in this entry. |
void |
setName(java.lang.String name)
Sets the name of the entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeployableEntry()
| Method Detail |
|---|
public java.io.File getFile()
public void setFile(java.io.File file)
file - the given filepublic java.lang.String getName()
public void setName(java.lang.String name)
name - the given name entry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||