Searched refs:copyInto (Results 1 - 11 of 11) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DMethodPermissionDescriptor.java83 methods.copyInto(array);
89 mps.copyInto(array);
/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/shared/factories/
H A DDeploymentFactoryManager.java117 deploymentFactoriesSnapShot.copyInto(factoriesArray);
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/archivist/
H A DArchivist.java1481 copyInto(in, out, skipFiles);
1766 public void copyInto(WritableArchive target) throws IOException { method in class:Archivist
1768 copyInto(source, target);
1779 public void copyInto(ReadableArchive source, WritableArchive target) throws IOException { method in class:Archivist
1780 copyInto(source, target, null, true);
1792 public void copyInto(ReadableArchive source, WritableArchive target, boolean overwriteManifest) throws IOException { method in class:Archivist
1793 copyInto(source, target, null, overwriteManifest);
1804 public void copyInto(ReadableArchive source, WritableArchive target, Vector entriesToSkip) method in class:Archivist
1806 copyInto(source, target, entriesToSkip, true);
1818 public void copyInto(ReadableArchiv method in class:Archivist
[all...]
H A DApplicationArchivist.java901 public void copyInto(ReadableArchive source, WritableArchive target) throws IOException { method in class:ApplicationArchivist
904 copyInto(a, source, target);
916 public void copyInto(Application a, ReadableArchive source, WritableArchive target) throws IOException { method in class:ApplicationArchivist
917 copyInto(a, source, target, true);
927 public void copyInto(Application a, ReadableArchive source, method in class:ApplicationArchivist
936 newArchivist.copyInto(subSource, subTarget, overwriteManifest);
949 super.copyInto(source, target, entriesAdded, overwriteManifest);
/glassfish-3.1.2/deployment/javaee-core/src/main/java/org/glassfish/javaee/core/deployment/
H A DDolProvider.java294 ((ApplicationArchivist)archivist).copyInto(holder.app, dpa, targetArchive, false);
296 archivist.copyInto(dpa, targetArchive, false);
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DProgressObjectSink.java266 targetModuleIDs.copyInto(ids);
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/
H A DTypeUtil.java245 v.copyInto(lines);
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DStringUtils.java235 v.copyInto(ss);
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DCoordinatorLog.java846 section.unwrittenData.copyInto(result);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/servlets/
H A DCGIServlet.java1620 v.copyInto(strArr);
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DWebModule.java1458 endpointList.copyInto(endpointAddresses);

Completed in 55 milliseconds