Class NestedAppClientInfo


  • public class NestedAppClientInfo
    extends AppClientInfo
    Represents an app client that is nested inside an enterprise app. Note that this could be either an undeployed ear that contains one or more embedded app clients or the generated jar file from the back-end that intentionally resembles an application archive because of other files that had to be packaged with the app client.
    Author:
    tjquinn
    • Constructor Detail

      • NestedAppClientInfo

        public NestedAppClientInfo​(boolean isJWS,
                                   Logger logger,
                                   File archive,
                                   Archivist archivist,
                                   String mainClassFromCommandLine,
                                   String displayNameFromCommandLine)