Package | Description |
---|---|
org.jboss.shrinkwrap.impl.nio.file |
Modifier and Type | Field and Description |
---|---|
private ShrinkWrapPath |
ShrinkWrapFileAttributes.path |
Modifier and Type | Method and Description |
---|---|
private static ShrinkWrapPath |
ShrinkWrapPath.relativizeCommonRoot(ShrinkWrapPath thisOriginal,
java.nio.file.Path thisCurrent,
java.nio.file.Path otherOriginal,
java.nio.file.Path otherCurrent,
int backupCount)
Relativizes the paths recursively
|
Modifier and Type | Method and Description |
---|---|
private static ShrinkWrapPath |
ShrinkWrapPath.relativizeCommonRoot(ShrinkWrapPath thisOriginal,
java.nio.file.Path thisCurrent,
java.nio.file.Path otherOriginal,
java.nio.file.Path otherCurrent,
int backupCount)
Relativizes the paths recursively
|
private static java.util.List<java.lang.String> |
ShrinkWrapPath.tokenize(ShrinkWrapPath path)
Returns the components of this path in order from root out
|
Constructor and Description |
---|
ShrinkWrapFileAttributes(ShrinkWrapPath path,
Archive<?> archive) |