Searched refs:classpaths (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/common/scattered-archive-api/src/main/java/org/glassfish/embeddable/archive/
H A DAssembler.java72 archive.classpaths, archive.metadatas);
75 archive.classpaths, archive.metadatas);
78 archive.classpaths, archive.metadatas);
108 URI assembleWAR(String name, File rootDirectory, List<File> classpaths, argument
119 for (File classpath : classpaths) {
130 URI assembleJAR(String name, File rootDirectory, List<File> classpaths, argument
139 for (File classpath : classpaths) {
150 URI assembleRAR(String name, File rootDirectory, List<File> classpaths, argument
162 for (File classpath : classpaths) {
171 topLevelFileNames.addAll(getFileNames(classpaths));
[all...]
H A DScatteredArchive.java92 List<File> classpaths = new ArrayList<File>(); field in class:ScatteredArchive
170 * Construct a new scattered archive with a set of classpaths.
175 * All classpaths[] must be File locations.
177 // public ScatteredArchive(String name, Type type, String[] classpaths) {
182 * Construct a new scattered archive with a set of classpaths.
184 * classpaths can contain Directory or JAR file locations.
189 * for(String classpath : classpaths)
195 * @param classpaths Directory or JAR file locations.
196 * @throws NullPointerException if name, type or classpaths is null
197 * @throws IllegalArgumentException if any of the classpaths i
[all...]
/glassfish-3.1.2/installer/src/GlassFishV3Preview/resources/wrappers/
H A Dengine-wrapper139 -C <classpaths>, --classpaths=<classpaths> :
140 specify a colon-separated list of additional classpaths
245 LONGOPT="h(help)V(version)n:(dry-run)s:(configstate)a:(answerfile)R:(altroot)l:(level)m:(media-location)i:(installables)j:(javahome)J:(jvmoptions)C:(classpaths)c:(config-file)p:(properties)"
/glassfish-3.1.2/installer/src/GlassFishV3WebProfilePreview/resources/wrappers/
H A Dengine-wrapper139 -C <classpaths>, --classpaths=<classpaths> :
140 specify a colon-separated list of additional classpaths
245 LONGOPT="h(help)V(version)n:(dry-run)s:(configstate)a:(answerfile)R:(altroot)l:(level)m:(media-location)i:(installables)j:(javahome)J:(jvmoptions)C:(classpaths)c:(config-file)p:(properties)"
/glassfish-3.1.2/installer/src/main/resources/wrappers/
H A Dengine-wrapper138 -C <classpaths>, --classpaths=<classpaths> :
139 specify a colon-separated list of additional classpaths
248 LONGOPT="h(help)V(version)n:(dry-run)s:(configstate)a:(answerfile)R:(altroot)l:(level)m:(media-location)i:(installables)j:(javahome)J:(jvmoptions)C:(classpaths)c:(config-file)p:(properties)"

Completed in 14 milliseconds