Class InstallDirectory

  • All Implemented Interfaces:
    OSHostable, Referenceable

    public final class InstallDirectory
    extends FileAction
    Adds the given directory to the installer project to be later installed by the installer.

    It is similar to adding a directory using the "Add File..." or adding a Create Folder action button via InstallAnywhere IDE.
    It also allows the definition of some file attributes, like unix permissions and destination name.
    • Constructor Detail

      • InstallDirectory

        public InstallDirectory()
    • Method Detail

      • getRemoveRecursively

        public boolean getRemoveRecursively()
        Whether to recursively delete all contents of this folder during uninstall.
      • setRemoveRecursively

        public void setRemoveRecursively​(boolean removeRecursively)
        Whether to recursively delete all contents of this folder during uninstall.
      • getChildren

        public java.util.Vector<OSHostable> getChildren()
        The children files to be installed.