org.apache.directory.daemon.installers
Class PackagedFile

java.lang.Object
  extended by 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

Constructor Summary
PackagedFile()
           
 
Method Summary
 java.lang.String getDestinationPath()
           
 java.lang.String getInstallationBundleId()
           
 java.lang.String getSource()
           
 boolean isDependency()
           
 boolean isDirectory()
           
 boolean isExecutable()
           
 boolean isExpandable()
           
 boolean isFiltered()
           
 void setDependency(boolean dependency)
           
 void setDestinationPath(java.lang.String destinationPath)
           
 void setDirectory(boolean directory)
           
 void setExecutable(boolean executable)
           
 void setExpandable(boolean expand)
           
 void setFiltered(boolean filtered)
           
 void setInstallationBundleId(java.lang.String installationBundleId)
           
 void setSource(java.lang.String sourcePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackagedFile

public PackagedFile()
Method Detail

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 © 2003-2010 Apache Software Foundation. All Rights Reserved.