public final class ClassPath extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassPath.Builder
The builder should not be reused.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ROOT_ARCHIVE_PATH |
static org.jboss.shrinkwrap.api.ArchivePath |
SYSTEM_PROPERTIES_ARCHIVE_PATH |
| Modifier and Type | Method and Description |
|---|---|
static ClassPath.Builder |
builder() |
static boolean |
isRepresentedBy(org.jboss.shrinkwrap.api.Archive<?> archive) |
public static final String ROOT_ARCHIVE_PATH
public static final org.jboss.shrinkwrap.api.ArchivePath SYSTEM_PROPERTIES_ARCHIVE_PATH
public static ClassPath.Builder builder()
public static boolean isRepresentedBy(org.jboss.shrinkwrap.api.Archive<?> archive)
archive - true if the given archive represents a class path, false otherwiseCopyright © 2015. All Rights Reserved.