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(String source,
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(String source,
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(String source,
String target)
Moves the asset under the source path to the target path.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.