Package | Description |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.impl.base | |
org.jboss.shrinkwrap.impl.base.container |
Modifier and Type | Method and Description |
---|---|
T |
Archive.move(ArchivePath source,
ArchivePath target)
Moves the asset under the source path to the target path.
|
T |
Archive.move(java.lang.String source,
java.lang.String target)
Moves the asset under the source path to the target path.
|
Modifier and Type | Method and Description |
---|---|
T |
ArchiveBase.move(ArchivePath source,
ArchivePath target)
Moves the asset under the source path to the target path.
|
T |
ArchiveBase.move(java.lang.String source,
java.lang.String target)
Moves the asset under the source path to the target path.
|
Modifier and Type | Method and Description |
---|---|
T |
ContainerBase.move(ArchivePath source,
ArchivePath target)
Moves the asset under the source path to the target path.
|
T |
ContainerBase.move(java.lang.String source,
java.lang.String target)
Moves the asset under the source path to the target path.
|