org.ow2.util.ee.deploy.impl.helper
Class DeployableEntry

java.lang.Object
  extended by org.ow2.util.ee.deploy.impl.helper.DeployableEntry

public class DeployableEntry
extends java.lang.Object

Entry representing the data when we want to add data to an existing Deployable.

Author:
Florent BENOIT

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

DeployableEntry

public DeployableEntry()
Method Detail

getFile

public java.io.File getFile()
Returns:
the file of the entry.

setFile

public void setFile(java.io.File file)
Sets the file to use in this entry.

Parameters:
file - the given file

getName

public java.lang.String getName()
Returns:
the name of the entry.

setName

public void setName(java.lang.String name)
Sets the name of the entry.

Parameters:
name - the given name entry


Copyright © 2007 OW2 Consortium. All Rights Reserved.