public class ProbeBundleMaker extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
ProbeBundleMaker.JarFromClassloader |
| Modifier and Type | Field and Description |
|---|---|
static String |
BUNDLE_NAME |
private static org.slf4j.Logger |
LOGGER |
static String |
PACKAGES_TO_ADD |
static String |
PROBE_FILE |
static String |
TEST_CLASSES |
| Modifier | Constructor and Description |
|---|---|
private |
ProbeBundleMaker() |
| Modifier and Type | Method and Description |
|---|---|
private static aQute.bnd.osgi.Jar[] |
computeClassPath() |
protected static aQute.bnd.osgi.Builder |
getOSGiBuilder(Properties properties,
aQute.bnd.osgi.Jar[] classpath) |
private static void |
getProbeInstructions(Properties instructions,
Properties maven) |
static InputStream |
probe() |
protected static boolean |
reportErrors(String prefix,
List<String> warnings,
List<String> errors) |
protected static String |
sanitize(Object value) |
protected static Properties |
sanitize(Properties properties) |
private static String |
toClause(List<String> packages) |
public static final String BUNDLE_NAME
public static final String PACKAGES_TO_ADD
public static final String PROBE_FILE
public static final String TEST_CLASSES
private static final org.slf4j.Logger LOGGER
public static InputStream probe() throws Exception
Exceptionprivate static void getProbeInstructions(Properties instructions, Properties maven) throws IOException
IOExceptionprivate static aQute.bnd.osgi.Jar[] computeClassPath()
throws IOException
IOExceptionprotected static aQute.bnd.osgi.Builder getOSGiBuilder(Properties properties, aQute.bnd.osgi.Jar[] classpath) throws Exception
Exceptionprotected static Properties sanitize(Properties properties)
Copyright © 2013–2014 Wisdom Framework. All rights reserved.