|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.virtual.plugins.copy.AbstractCopyMechanism
org.jboss.virtual.plugins.copy.ExactCopyMechanism
public abstract class ExactCopyMechanism
Excat copy mechanism.
Constructor Summary | |
---|---|
ExactCopyMechanism()
|
Method Summary | |
---|---|
protected java.io.File |
createCopy(java.io.File guidDir,
VirtualFileHandler handler)
Create copy destination. |
protected void |
doCopy(java.io.File copy,
VirtualFileHandler handler)
Do copy. |
Methods inherited from class org.jboss.virtual.plugins.copy.AbstractCopyMechanism |
---|
copy, copy, createTempDirectory, exactCopy, explode, getTempDirectory, getType, isAlreadyModified, replaceOldHandler, rewrite, unjar, unpack, unwrap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExactCopyMechanism()
Method Detail |
---|
protected java.io.File createCopy(java.io.File guidDir, VirtualFileHandler handler) throws java.io.IOException
AbstractCopyMechanism
createCopy
in class AbstractCopyMechanism
guidDir
- the guid dirhandler
- the handler to copy
java.io.IOException
- for any errorprotected void doCopy(java.io.File copy, VirtualFileHandler handler) throws java.io.IOException
AbstractCopyMechanism
doCopy
in class AbstractCopyMechanism
copy
- the copy destinationhandler
- the handler
java.io.IOException
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |