Modifier and Type | Field and Description |
---|---|
static String |
TASK_DEFAULT_CLASS |
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
void |
addClassPath(File classpath) |
void |
addClassPathList(String fileList) |
void |
addExtensionDirectory(File directory) |
boolean |
canUseExtdir()
The extension directory feature will not work if the broker factory is
already in the classpath since we have to load him from a child
ClassLoader we build for it to work correctly.
|
File |
getActiveMQBase() |
File |
getActiveMQConfig() |
File |
getActiveMQDataDir() |
File |
getActiveMQHome() |
ClassLoader |
getClassLoader() |
String |
getExtensionDirForLogging() |
static void |
main(String[] args) |
void |
parseExtensions(List<String> tokens) |
int |
runTaskClass(List<String> tokens) |
void |
setActiveMQHome(File activeMQHome) |
public static final String TASK_DEFAULT_CLASS
public Main()
public void parseExtensions(List<String> tokens)
public int runTaskClass(List<String> tokens) throws Throwable
Throwable
public void addExtensionDirectory(File directory)
public void addClassPathList(String fileList)
public void addClassPath(File classpath)
public boolean canUseExtdir()
public ClassLoader getClassLoader() throws MalformedURLException
MalformedURLException
public void setActiveMQHome(File activeMQHome)
public File getActiveMQHome()
public File getActiveMQBase()
public File getActiveMQConfig()
public File getActiveMQDataDir()
public String getExtensionDirForLogging()
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.