Interface Deployable

    • Method Detail

      • getFile

        String getFile()
        Returns:
        the file representing the archive to deploy
      • getType

        DeployableType getType()
        Returns:
        the deployable's type (war, ear, etc)
      • isExpanded

        boolean isExpanded()
        Returns:
        If the deployable is a directory or not
      • getName

        String getName()
        Returns:
        The name of this deployable. See CARGO-1352.
      • getFilename

        String getFilename()
        Deployable file name, taking into account the getName(), including any deployable-specific aspects of it, and the escaping in order to avoid unwanted file system actions (for example, ensuring the file name contains no slashes).
        Returns:
        The file or directory name for this deployable.