Class VirtualDirectory


  • public final class VirtualDirectory
    extends Object
    Directory for virtual application.
    • Constructor Detail

      • VirtualDirectory

        public VirtualDirectory()
    • Method Detail

      • virtualPath

        public String virtualPath()
        Get the virtualPath property: Path to virtual application.
        Returns:
        the virtualPath value.
      • withVirtualPath

        public VirtualDirectory withVirtualPath​(String virtualPath)
        Set the virtualPath property: Path to virtual application.
        Parameters:
        virtualPath - the virtualPath value to set.
        Returns:
        the VirtualDirectory object itself.
      • physicalPath

        public String physicalPath()
        Get the physicalPath property: Physical path.
        Returns:
        the physicalPath value.
      • withPhysicalPath

        public VirtualDirectory withPhysicalPath​(String physicalPath)
        Set the physicalPath property: Physical path.
        Parameters:
        physicalPath - the physicalPath value to set.
        Returns:
        the VirtualDirectory object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.