Class i5OSIFS

  • All Implemented Interfaces:
    OSHostable, Referenceable

    public final class i5OSIFS
    extends Action
    implements OSHostable
    Enables directories to be installed in the Integrated File System (IFS) on a remote i5/OS system. At build time, the Save (SAV) command is called to save the IFS directory from the i5/OS build system. At install time, the Restore (RST) command is called to restore the directory on the target system.
    • Constructor Detail

      • i5OSIFS

        public i5OSIFS()
    • Method Detail

      • getIncludeSubTrees

        public SubTrees getIncludeSubTrees()
        Returns the parameters to control the inclusion or exclusion of sub trees. These parameters are used when the SAV command is called.
      • setIncludeSubTrees

        public void setIncludeSubTrees​(SubTrees includeSubTrees)
        Defines the parameters to control the inclusion or exclusion of sub trees. These parameters are used when the SAV command is called.
      • getDestination

        public java.lang.String getDestination()
        Returns the location of the directory to store the file on the target system.
      • setDestination

        public void setDestination​(java.lang.String destination)
        Defines the location of the directory to store the file on the target system. (For example, the InstallAnywhere variable $OS400_INSTALL_DIR$ can be used.)
      • getAdditionalRestoreParms

        public java.lang.String getAdditionalRestoreParms()
        Returns the additional parameters to pass to the RST command at install time.
      • setAdditionalRestoreParms

        public void setAdditionalRestoreParms​(java.lang.String additionalRestoreParms)
        Defines the additional parameters to pass to the RST command at install time.
      • getAdditionalSaveParms

        public java.lang.String getAdditionalSaveParms()
        Returns the additional parameters to pass to the SAV command at build time.
      • setAdditionalSaveParms

        public void setAdditionalSaveParms​(java.lang.String additionalSaveParms)
        Defines the additional parameters to pass to the SAV command at build time.
      • getIFSDirectory

        public java.lang.String getIFSDirectory()
      • setIFSDirectory

        public void setIFSDirectory​(java.lang.String IFSDirectory)