Searched defs:file (Results 1 - 25 of 97) sorted by relevance

1234

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/interfaces/
H A DPropertyManager.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
53 public Properties getPropertiesFromFile(String file) throws IOException; argument
/glassfish-3.1.2/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/servedcontent/
H A DStaticContent.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
61 public File file() throws IOException; method in interface:StaticContent
H A DFixedContent.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
53 private final File file; field in class:FixedContent
55 public FixedContent(final File file) { argument
59 public File file() { method in class:FixedContent
[all...]
H A DAutoSignedContent.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
49 * if it does not yet exist or if the underlying unsigned file has changed
75 * Returns a File object for where the signed file wil
82 public File file() throws IOException { method in class:AutoSignedContent
[all...]
/glassfish-3.1.2/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/
H A DFileStoreTransaction.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
41 package org.glassfish.ha.store.adapter.file;
H A DFileBackingStoreFactory.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
41 package org.glassfish.ha.store.adapter.file;
52 @Service(name = "file")
[all...]
/glassfish-3.1.2/installer/src/main/java/org/glassfish/installer/util/
H A DInstallFileFilter.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
52 // Holds the file extension to filter
62 public boolean accept(java.io.File file) { argument
[all...]
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DFileMonitoring.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
56 * Registers a FileChangeListener for a particular file
57 * @param file th
60 monitors(File file, FileChangeListener listener) argument
[all...]
/glassfish-3.1.2/common/simple-glassfish-api/src/main/java/org/glassfish/embeddable/
H A DDeployer.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
83 * Deploys an application identified by a file. Invoking this method is equivalent to invoking
84 * {@link #deploy(URI, String...) <tt>deploy(file
90 deploy(File file, String... params) argument
[all...]
/glassfish-3.1.2/core/kernel/src/main/java/org/glassfish/kernel/
H A DFileMonitoringImpl.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
84 for (File file : monitoredFiles) {
85 if (!file
109 monitors(File file, FileChangeListener listener) argument
122 removed(final File file) argument
133 changed(final File file) argument
[all...]
/glassfish-3.1.2/tests/logmonitor/
H A DFilter.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
71 // file / directory, add it to the list
76 // If the file i
87 readFileToGetMessageIds(File file) argument
128 readFileToGetMissingDiagnosticInfo(File file) argument
[all...]
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DShm14.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
41 * This file incorporates work covered by the following copyright and
47 * you may not use this file excep
97 dumpScoreboard(String file) argument
[all...]
/glassfish-3.1.2/build/glassfish-obr-builder/src/main/java/org/glassfish/obrbuilder/
H A DMain.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
52 * 1) Reads obr.xml from a specified file.
89 private static boolean isBundle(File file) { argument
[all...]
/glassfish-3.1.2/common/annotation-framework/src/main/java/org/glassfish/apf/impl/
H A DJavaEEScanner.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
73 protected void initTypes(File file) throws IOException { argument
76 cp.parse(file, nul
[all...]
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/zip/
H A DZipItem.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
47 * ZipEntry -- the "real" path, and the path you want to appear in the zip file
54 * @param file Th
58 ZipItem(File file, String name) argument
102 File file; field in class:ZipItem
[all...]
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/util/
H A DFilePath.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
53 * FilePath provides general file path manipulation utilities.
60 * Return the absolute path for a file
63 getAbsolutePath(File file) argument
83 canonicalize(File file) argument
[all...]
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DMimeMap.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
51 * Class representing the parsed mime mapping file of a mime element.
78 * Parses the mime mappings from the given file
82 load(String file) argument
[all...]
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DMultimodeCommand.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
66 private File file; field in class:MultimodeCommand
125 if (file
[all...]
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/
H A DFileValidator.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
49 * This class performs the file related validations such as
51 * existence of the file
129 validateConstraints(File file) argument
[all...]
/glassfish-3.1.2/ant-tasks/src/main/java/org/glassfish/ant/tasks/
H A DComponent.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
46 String file, name, contextroot; field in class:Component
49 public void setFile(String file) { argument
[all...]
/glassfish-3.1.2/cluster/ssh/src/main/java/org/glassfish/cluster/ssh/sftp/
H A DSFTPClient.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
122 * Creates a new file and writes to it.
146 public InputStream read(String file) throw argument
[all...]
/glassfish-3.1.2/cluster/ssh/src/main/java/org/glassfish/cluster/ssh/util/
H A DSSHUtil.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
114 * Simple method to validate an encrypted key file
135 * This method validates either private or public key file
140 validateKeyFile(String file) argument
[all...]
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/common/util/logging/
H A DLoggingPropertyNames.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
53 public static final String file = GFFileHandler +"file"; field in class:LoggingPropertyNames
[all...]
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/realm/file/
H A DFileRealmUser.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
41 package com.sun.enterprise.security.auth.realm.file;
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/
H A DJar.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
52 * This class is used to cache vital information of a bundle or a jar file
55 * It uses file'
65 Jar(File file) argument
[all...]

Completed in 31 milliseconds

1234