public abstract class ArchiveMemberPath extends Object
Constructor and Description |
---|
ArchiveMemberPath() |
Modifier and Type | Method and Description |
---|---|
abstract Path |
getArchivePath() |
abstract Path |
getMemberPath() |
boolean |
isAbsolute() |
static ArchiveMemberPath |
of(Path archivePath,
Path memberPath) |
String |
toString() |
ArchiveMemberPath |
withArchivePath(Path archivePath) |
public abstract Path getArchivePath()
public abstract Path getMemberPath()
@Value.Auxiliary public boolean isAbsolute()
public static ArchiveMemberPath of(Path archivePath, Path memberPath)
public ArchiveMemberPath withArchivePath(Path archivePath)