public class WildFlySwarmClasspathConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
WildFlySwarmClasspathConf.Action |
static class |
WildFlySwarmClasspathConf.Matcher |
static class |
WildFlySwarmClasspathConf.MavenMatcher |
static class |
WildFlySwarmClasspathConf.PackageMatcher |
class |
WildFlySwarmClasspathConf.RemoveAction |
class |
WildFlySwarmClasspathConf.ReplaceAction |
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASSPATH_LOCATION |
| Constructor and Description |
|---|
WildFlySwarmClasspathConf() |
WildFlySwarmClasspathConf(ClassLoader classLoader) |
WildFlySwarmClasspathConf(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
Set<WildFlySwarmClasspathConf.Action> |
getActions(File file,
String groupId,
String artifactId) |
Set<WildFlySwarmClasspathConf.Action> |
getActions(JarFile jar) |
Set<WildFlySwarmClasspathConf.Action> |
getActions(String groupId,
String artifactId) |
List<WildFlySwarmClasspathConf.Matcher> |
getMatchesForActionType(Class<? extends WildFlySwarmClasspathConf.Matcher> matcherType,
Class<? extends WildFlySwarmClasspathConf.Action> actionType) |
void |
read(InputStream in) |
public static final String CLASSPATH_LOCATION
public WildFlySwarmClasspathConf()
public WildFlySwarmClasspathConf(InputStream in) throws IOException
IOExceptionpublic WildFlySwarmClasspathConf(ClassLoader classLoader) throws IOException
IOExceptionpublic Set<WildFlySwarmClasspathConf.Action> getActions(JarFile jar)
public Set<WildFlySwarmClasspathConf.Action> getActions(File file, String groupId, String artifactId)
public Set<WildFlySwarmClasspathConf.Action> getActions(String groupId, String artifactId)
public List<WildFlySwarmClasspathConf.Matcher> getMatchesForActionType(Class<? extends WildFlySwarmClasspathConf.Matcher> matcherType, Class<? extends WildFlySwarmClasspathConf.Action> actionType)
public void read(InputStream in) throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.