ClassFileAppClientInfopublic class ClassFileAppClientInfo extends AppClientInfo Represents an app client specified by a .class file on the command line. |
Fields Summary |
---|
private String | classFileFromCommandLinethe class file name specified on the command line |
Constructors Summary |
---|
protected ClassFileAppClientInfo(boolean isJWS, Logger logger, File archive, com.sun.enterprise.deployment.archivist.Archivist archivist, String mainClassFromCommandLine, String classFileFromCommandLine)Creates a new instance of the class file app client info.
super(isJWS, logger, archive, archivist, mainClassFromCommandLine);
this.classFileFromCommandLine = classFileFromCommandLine;
|
|