public static class FileContainerDeployment.ContainerFile
extends java.lang.Object
Constructor and Description |
---|
FileContainerDeployment.ContainerFile(org.apache.commons.vfs2.FileObject file) |
FileContainerDeployment.ContainerFile(java.lang.String name,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
long |
getTimestamp() |
void |
setName(java.lang.String name) |
void |
setTimestamp(long timestamp) |
public FileContainerDeployment.ContainerFile(java.lang.String name, long timestamp)
public FileContainerDeployment.ContainerFile(org.apache.commons.vfs2.FileObject file) throws org.apache.commons.vfs2.FileSystemException
org.apache.commons.vfs2.FileSystemException
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- The timestamp to set.