-
com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin.copyTo()
-
com.bradmcevoy.http.CopyableResource.copyTo()
-
com.carrotsearch.ant.tasks.junit4.events.AppendStdErrEvent.copyTo()
-
com.carrotsearch.ant.tasks.junit4.events.IStreamEvent.copyTo()
-
com.cloudloop.storage.CloudStoreDirectory.copyTo()
Copies this directory to the given directory such that this directory will become a child of the destination. If the destination directory does not already exist, it will be created.
-
com.cloudloop.storage.CloudStoreFile.copyTo()
Copies this file to the given file. The target file can exist within the same store as this file, or a different store.
-
com.comphenix.protocol.reflect.ObjectWriter.copyTo()
Copy every field in object A to object B. Each value is copied directly, and is not cloned.
The two objects must have the same number of fields of the same type.
@param source - fields to copy.
@param destination - fields to copy to.
@param commonType - type containing each field to copy.
-
com.ettrema.httpclient.File.copyTo()
-
com.foundationdb.qp.row.HKey.copyTo()
-
com.google.common.io.ByteSource.copyTo()
Copies the contents of this byte source to the given {@code OutputStream}. Does not close {@code output}.
@throws IOException if an I/O error occurs in the process of reading from this source orwriting to {@code output}
-
com.google.protobuf.ByteString.copyTo()
Copies bytes into a buffer at the given offset.
@param target buffer to copy into
@param offset in the target buffer
-
com.google.typography.font.sfntly.data.WritableFontData.copyTo()
-
com.googlecode.jrcp.RemoteFile.copyTo()
Copies the remote file's data to the given output stream. The output stream has to be closed by the caller.
@param fos data sink
@throws IOException
-
com.ibm.commons.util.io.ByteStreamCache.copyTo()
Copy the stream to another stream.
@ibm-api
-
com.medallia.spider.StaticResources.StaticResource.copyTo()
-
com.orientechnologies.orient.core.record.impl.ODocument.copyTo()
Copies all the fields into iDestination document.
-
com.persistit.Key.copyTo()
Copies all state information from this to the supplied
Key
. To create a new
Key
with state identical to this one, the preferred mechanism for use outside of this package is this the copy constructor:
Key copiedKey = new Key(originalKey);
@param key The
Key
to copy.
-
com.persistit.KeyState.copyTo()
Copy the content of this KeyState
to the supplied Key
.
@param key The key
to which content should be copied.
-
com.sun.enterprise.util.cluster.windows.io.WindowsRemoteFile.copyTo()
-
com.sun.media.NBA.copyTo()
-
com.xebialabs.overthere.OverthereFile.copyTo()
Copies this file or directory (recursively) to the destination. Contrary to the semantics of {@link #renameTo(OverthereFile)}, a file can be copied accross {@link OverthereConnection connections}and across file systems withtin a {@link OverthereConnection connection}.
@param dest the file to copy to.
-
eu.stratosphere.types.Record.copyTo()
@param target
-
hudson.FilePath.copyTo()
Copies this file to the specified target.
-
io.fathom.cloud.blobs.BlobData.copyTo()
-
mindnotes.client.storage.JSONMindMapBuilder.copyTo()
-
mindnotes.shared.model.MindMap.copyTo()
-
net.gleamynode.netty.array.ByteArray.copyTo()
Writes the entire content of this array to the specified output stream. If this array is {@linkplain #empty() empty}, nothing will happen. Calling this method is identical with the following code:
array.copyTo(out, array.firstIndex(), array.length());
Also, this operation is identical with the following pseudo code:
out.write(array);
@throws IOException if an exception is raised by the specified stream
-
net.sf.archimede.model.collection.CollectionDao.copyTo()
WARNING: this method commits automatically. This is not transactionnal aware.
@param copiedCollection
@param destinationCollection
@throws ObjectLockedException
@throws ObjectExistsException
-
net.sf.archimede.model.folder.FolderDao.copyTo()
WARNING: this method commits automatically. This is not transactionnal aware.
@param copiedFolder
@param destinationCollection
@throws ObjectLockedException
@throws ObjectExistsException TODO : Could be implemented... Currently it renames files.
-
net.sf.archimede.model.storedFile.StoredFileDao.copyTo()
WARNING: this method commits automatically. This is not transactionnal aware.
@param copiedStoredFile
@param destinationFolder
@throws ObjectLockedException
@throws ObjectExistsException TODO : Could be implemented... Currently it renames files.
-
org.apache.cayenne.modeler.pref.DBConnectionInfo.copyTo()
Updates another DBConnectionInfo with this object's values.
-
org.apache.click.control.Form.copyTo()
Copy the Form's field values into the given object's attributes. In other words automatically populate Object attributes with the Form's field values.
The following example populates the Customer attributes with the Form's field values:
public void onPost() { if (form.isValid()) { Customer customer = new Customer(); form.copyTo(customer); .. } return true; }
copyTo also supports
java.util.Map as an argument.
By specifying a map, the map's key/value pairs are populated from matching Form field names. A match occurs when a field's name is equal to a map's key.
The following example populates the map with the Form field values:
public void onInit() { form = new Form("form"); form.add(new TextField("name")); form.add(new TextField("address.street")); } public void onGet() { Map map = new HashMap(); map.put("name", null); map.put("address.street", null); form.copyTo(map); }
Note that the map acts as a template to specify which fields to populate from. For more information on how Fields and Objects are copied see {@link org.apache.click.util.ContainerUtils#copyContainerToObject(org.apache.click.control.Container,java.lang.Object)}.
@param object the object to populate with field values
@throws IllegalArgumentException if the object parameter is null
-
org.apache.flink.types.Record.copyTo()
@param target
-
org.apache.jackrabbit.vault.vlt.meta.MetaFile.copyTo()
Copies the contents of this file to the indicated platform file.
@param file destination file
@param preserveFileDate true
to update the modification date of the destination file
@throws IOException if an I/O error occurs
-
org.apache.lucene.util.AttributeImpl.copyTo()
Copies the values from this Attribute into the passed-in target attribute. The target implementation must support all the Attributes this implementation supports.
-
org.apache.lucene.util.AttributeSource.copyTo()
Copies the contents of this {@code AttributeSource} to the given target {@code AttributeSource}. The given instance has to provide all {@link Attribute}s this instance contains. The actual attribute implementations must be identical in both {@code AttributeSource} instances;ideally both AttributeSource instances should use the same {@link AttributeFactory}. You can use this method as a replacement for {@link #restoreState}, if you use {@link #cloneAttributes} instead of {@link #captureState}.
-
org.apache.roller.planet.ui.authoring.struts.forms.PlanetConfigForm.copyTo()
-
org.apache.roller.planet.ui.authoring.struts.forms.PlanetGroupForm.copyTo()
-
org.apache.roller.presentation.bookmarks.formbeans.BookmarkFormEx.copyTo()
-
org.apache.roller.presentation.bookmarks.formbeans.FolderFormEx.copyTo()
-
org.apache.roller.presentation.forms.PingTargetForm.copyTo()
-
org.apache.roller.presentation.forms.PlanetConfigForm.copyTo()
-
org.apache.roller.presentation.forms.PlanetGroupForm.copyTo()
-
org.apache.roller.presentation.forms.WeblogTemplateForm.copyTo()
-
org.apache.roller.presentation.weblog.formbeans.CommentFormEx.copyTo()
-
org.apache.roller.presentation.weblog.formbeans.WeblogCategoryFormEx.copyTo()
-
org.apache.roller.presentation.weblog.formbeans.WeblogEntryFormEx.copyTo()
Copy values from this Form to the WeblogEntryData.
-
org.apache.roller.presentation.website.formbeans.UserAdminForm.copyTo()
Override to grant/revoke admin role depending on form
-
org.apache.roller.presentation.website.formbeans.UserFormEx.copyTo()
Override to prevent password or dateCreated being copied over by form
@see org.apache.roller.presentation.forms.UserForm#copyTo(org.apache.roller.pojos.UserData,java.util.Locale)
-
org.apache.roller.presentation.website.formbeans.WebsiteFormEx.copyTo()
@see org.apache.roller.presentation.forms.WebsiteForm#copyTo(org.apache.roller.pojos.WebsiteData)
-
org.apache.roller.ui.admin.struts.formbeans.PlanetSubscriptionFormEx.copyTo()
-
org.apache.roller.ui.admin.struts.formbeans.UserAdminForm.copyTo()
Override to grant/revoke admin role depending on form
-
org.apache.roller.ui.authoring.struts.formbeans.BookmarkFormEx.copyTo()
-
org.apache.roller.ui.authoring.struts.formbeans.FolderFormEx.copyTo()
-
org.apache.roller.ui.authoring.struts.formbeans.UserFormEx.copyTo()
Override to prevent password or dateCreated being copied over by form
@see org.apache.roller.ui.authoring.struts.forms.UserForm#copyTo(org.apache.roller.pojos.UserData,java.util.Locale)
-
org.apache.roller.ui.authoring.struts.formbeans.WeblogCategoryFormEx.copyTo()
-
org.apache.roller.ui.authoring.struts.formbeans.WeblogEntryFormEx.copyTo()
Copy values from this Form to the WeblogEntryData.
-
org.apache.roller.ui.authoring.struts.formbeans.WebsiteFormEx.copyTo()
@see org.apache.roller.ui.authoring.struts.forms.WebsiteForm#copyTo(org.apache.roller.pojos.WebsiteData)
-
org.apache.roller.ui.authoring.struts.forms.PingTargetForm.copyTo()
-
org.apache.roller.ui.authoring.struts.forms.PlanetConfigForm.copyTo()
-
org.apache.roller.ui.authoring.struts.forms.PlanetGroupForm.copyTo()
-
org.apache.roller.ui.authoring.struts.forms.WeblogTemplateForm.copyTo()
-
org.eclipse.dltk.compiler.problem.ProblemCollector.copyTo()
-
org.eclipse.jetty.util.resource.Resource.copyTo()
-
org.eclipse.jgit.lib.FileMode.copyTo()
Copy this mode as a sequence of octal US-ASCII bytes.
The mode is copied as a sequence of octal digits using the US-ASCII character encoding. The sequence does not use a leading '0' prefix to indicate octal notation. This method is suitable for generation of a mode string within a GIT tree object.
@param os stream to copy the mode to.
@throws IOException the stream encountered an error during the copy.
-
org.eclipse.jgit.lib.ObjectLoader.copyTo()
Copy this object to the output stream.
For some object store implementations, this method may be more efficient than reading from {@link #openStream()} into a temporary byte array, thenwriting to the destination stream.
The default implementation of this method is to copy with a temporary byte array for large objects, or to pass through the cached byte array for small objects.
@param out stream to receive the complete copy of this object's data. Caller is responsible for flushing or closing this stream after this method returns.
@throws MissingObjectException the object no longer exists.
@throws IOException the object store cannot be accessed, or the stream cannot be written to.
-
org.eclipse.jst.jsf.core.internal.jsflibraryregistry.ArchiveFile.copyTo()
@param baseDestLocation
@return true if copied succeeds
@model required="true" baseDestLocationRequired="true"
@generated
-
org.eclipse.jst.tapestry.core.internal.tapestrylibraryregistry.ArchiveFile.copyTo()
@param baseDestLocation
@return true if copied succeeds
@model required="true" baseDestLocationRequired="true"
@generated
-
org.eclipse.persistence.expressions.ListExpressionOperator.copyTo()
-
org.exist.dom.Match.copyTo()
-
org.exist.memtree.NodeImpl.copyTo()
-
org.exist.util.ByteArray.copyTo()
-
org.exist.xquery.value.Item.copyTo()
-
org.freeplane.features.nodestyle.NodeSizeModel.copyTo()
-
org.freeplane.features.nodestyle.NodeStyleModel.copyTo()
-
org.geoserver.config.hibernate.beans.GeoServerInfoImplHb.copyTo()
Copies all the fields (except Id) into the dst instance.
-
org.gradle.api.file.FileCopyDetails.copyTo()
-
org.gradle.test.fixtures.file.TestFile.copyTo()
-
org.gradle.util.TestFile.copyTo()
-
org.jitterbit.util.file.Folder.copyTo()
Copies the contents of this Folder
to another Folder
. The destination folder will be created if it does not already exist.
-
org.jnode.driver.textscreen.TextScreen.copyTo()
Copies the entire screen to the given destination. For this operation to succeed, the screens involved must be compatible.
@param dst
@param offset
@param length
-
org.nustaq.offheap.bytez.Bytez.copyTo()
-
org.openquark.cal.metadata.CALFeatureMetadata.copyTo()
Copies this metadata object into the given metadata object.
@param metadata the metadata object to copy to
-
org.platformlayer.ops.cas.filesystem.FilesystemCasObject.copyTo()
-
org.springframework.mail.SimpleMailMessage.copyTo()
Copy the contents of this message to the given target message.
@param target the MailMessage
to copy to
@throws IllegalArgumentException if the supplied target
is null
-
org.timepedia.chronoscope.client.util.Interval.copyTo()
Copies the state of this interval into the target interval.
-
org.tmatesoft.hg.internal.ByteVector.copyTo()
Copies content of this vector into destination array.
@param destination array, greater or equal to {@link #size()} of the vector
-
railo.commons.io.res.Resource.copyTo()
copy current resource data to given resource
@param res
@throws IOException
-
sunlabs.brazil.util.http.HttpInputStream.copyTo()
Copies bytes from this input stream to the specified output stream until end of the input stream is reached.
@param out The output stream to copy the data to.
@return The number of bytes copied to the output stream.
@throws IOException if the underlying input stream throws anIOException while being read or if the output stream throws an IOException while being written. It may not be possible to distinguish amongst the two conditions.
-
sunlabs.brazil.util.http.MimeHeaders.copyTo()
Copies the contents of this MimeHeaders
object, {@link #add adding} all the other's keys and values to the other.
@param other The MimeHeaders
object to copy to.