public class Configuration extends Object
Modifier and Type | Field and Description |
---|---|
static List<String> |
resolvPrefixes |
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
static BigDecimal |
getCompilerSource() |
static Collection<String> |
getDepmaps() |
static Path |
getInstallDepmapDir() |
static Collection<Rule> |
getInstallDepmaps() |
static Collection<Rule> |
getInstallFiles() |
static Path |
getInstallJarDir() |
static Path |
getInstallJniDir() |
static Collection<Rule> |
getInstallLayout() |
static String |
getInstallName() |
static Path |
getInstallPomDir() |
static Collection<String> |
getJarRepos() |
static String |
getLocalRepoPath() |
static Collection<String> |
getPomRepos() |
static Collection<String> |
getPrefixes() |
static boolean |
isCompilerSourceSpecified() |
static boolean |
isDebugEnabled() |
static boolean |
providesSkipped() |
static boolean |
requiresSkipped() |
static boolean |
testsSkipped() |
public static boolean testsSkipped()
public static boolean providesSkipped()
public static boolean requiresSkipped()
public static BigDecimal getCompilerSource()
public static boolean isCompilerSourceSpecified()
public static String getInstallName()
public static Collection<Rule> getInstallLayout()
public static Collection<Rule> getInstallFiles()
public static Collection<Rule> getInstallDepmaps()
public static Path getInstallJarDir()
public static Path getInstallJniDir()
public static Path getInstallPomDir()
public static Path getInstallDepmapDir()
public static Collection<String> getDepmaps()
public static Collection<String> getJarRepos()
public static Collection<String> getPomRepos()
public static Collection<String> getPrefixes()
public static String getLocalRepoPath()
public static boolean isDebugEnabled()
Copyright © 2012-2013 Red Hat, Inc.. All Rights Reserved.