org.apache.directory.daemon.installers
Class PackagedFile
java.lang.Object
org.apache.directory.daemon.installers.PackagedFile
- public class PackagedFile
- extends java.lang.Object
A file packaged within the installer.
- Version:
- $Rev$
- Author:
- Apache Directory Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackagedFile
public PackagedFile()
setDependency
public void setDependency(boolean dependency)
isDependency
public boolean isDependency()
setFiltered
public void setFiltered(boolean filtered)
isFiltered
public boolean isFiltered()
setExecutable
public void setExecutable(boolean executable)
isExecutable
public boolean isExecutable()
setExpandable
public void setExpandable(boolean expand)
isExpandable
public boolean isExpandable()
setSource
public void setSource(java.lang.String sourcePath)
getSource
public java.lang.String getSource()
setDestinationPath
public void setDestinationPath(java.lang.String destinationPath)
getDestinationPath
public java.lang.String getDestinationPath()
setInstallationBundleId
public void setInstallationBundleId(java.lang.String installationBundleId)
getInstallationBundleId
public java.lang.String getInstallationBundleId()
setDirectory
public void setDirectory(boolean directory)
isDirectory
public boolean isDirectory()
Copyright © 2004-2007 null. All Rights Reserved.