| Modifier and Type | Method and Description |
|---|---|
Executable |
RunOnceExecutable.getExecutable()
Deprecated.
|
Executable |
ExecutableExecutable.getExecutable() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Executable> |
ExecutablesExecutable.getExecutables()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RunOnceExecutable.setExecutable(Executable executable)
Deprecated.
|
void |
ExecutableExecutable.setExecutable(Executable executable) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutablesExecutable.setExecutables(List<? extends Executable> executables)
Deprecated.
|
| Constructor and Description |
|---|
ExecutablesExecutable(Executable... executables)
Deprecated.
|
| Constructor and Description |
|---|
ExecutablesExecutable(List<? extends Executable> executables)
Deprecated.
|
ExecutablesExecutable(List<? extends Executable> executables,
boolean skip)
Deprecated.
|
ExecutablesExecutable(List<? extends Executable> executables,
boolean skip,
boolean timed)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentExecutables
Create a new thread for each executable in the list and run them all concurrently.
|
class |
ExceptionExecutable |
class |
SetSystemPropertyExecutable |
class |
ShowEnvExec |
| Modifier and Type | Method and Description |
|---|---|
Executable |
ExecutableRunner.getExecutable() |
| Modifier and Type | Method and Description |
|---|---|
List<Executable> |
ExecutablesRunner.getExecutable() |
List<Executable> |
ExecutablesExecutable.getExecutables() |
com.google.common.collect.ImmutableList<Executable> |
ConcurrentExecutables.getExecutables() |
| Modifier and Type | Method and Description |
|---|---|
static ConcurrentExecutables.Builder |
ConcurrentExecutables.builder(Executable... executables) |
static ConcurrentExecutables |
ConcurrentExecutables.create(Executable... executables) |
static void |
ConcurrentExecutables.execute(Executable... executables) |
| Modifier and Type | Method and Description |
|---|---|
static ConcurrentExecutables.Builder |
ConcurrentExecutables.builder(List<Executable> executables) |
static ConcurrentExecutables |
ConcurrentExecutables.create(List<Executable> executables) |
static void |
ConcurrentExecutables.execute(List<Executable> executables) |
static void |
ConcurrentExecutables.executeConcurrently(List<Executable> executables,
int maxThreads) |
protected List<Thread> |
ConcurrentExecutables.getThreads(List<Executable> executables,
com.google.common.base.Optional<Integer> maxThreads) |
| Constructor and Description |
|---|
ConcurrentExecutables.Builder(Executable... executables) |
ExecutableRunner(Executable executable) |
ExecutablesExecutable(Executable... executables) |
| Constructor and Description |
|---|
ConcurrentExecutables.Builder(List<Executable> executables) |
ExecutablesExecutable(List<Executable> executables) |
ExecutablesExecutable(List<Executable> executables,
boolean skip) |
ExecutablesExecutable(List<Executable> executables,
boolean skip,
boolean timed) |
ExecutablesRunner(List<Executable> executables) |
| Modifier and Type | Method and Description |
|---|---|
Executable |
ExecutableConfig.executable() |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggerExecutable |
| Modifier and Type | Class and Description |
|---|---|
class |
Log4JExecutable
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValidatePropertiesLocationExecutable
Validate
String[] args is not null, contains at least one non-blank value and points to a location that exists. |
| Modifier and Type | Method and Description |
|---|---|
Executable |
AbstractMainRunner.main() |
Executable |
MainConfig.main() |
| Modifier and Type | Class and Description |
|---|---|
class |
MetaInfExecutable |
| Modifier and Type | Method and Description |
|---|---|
Executable |
MetaInfExecutableConfig.executable() |
| Modifier and Type | Method and Description |
|---|---|
Executable |
RunOnceExecutable.getExecutable()
Deprecated.
|
| Constructor and Description |
|---|
RunOnceExecutable(Executable executable,
RunOnceStateManager stateManager,
boolean skip)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Executable |
RunOnceExecutable.getExecutable() |
| Modifier and Type | Method and Description |
|---|---|
static RunOnceExecutable.Builder |
RunOnceExecutable.builder(Executable executable,
RunOnce runOnce) |
| Constructor and Description |
|---|
RunOnceExecutable.Builder(Executable executable,
RunOnce runOnce) |
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateScmExecutable |
| Modifier and Type | Method and Description |
|---|---|
Executable |
ScmProjectConfig.projectScmConfigUpdateScmExecutable() |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringExecutable |
| Modifier and Type | Method and Description |
|---|---|
protected Executable |
HelloWorldExecutableConfig.executable() |
protected Executable |
ConvertTableListingTextFileExecutableConfig.executable() |
Executable |
ExecutionConfig.executable() |
Executable |
ExecutableConfig.executable()
Deprecated.
|
protected Executable |
MetaInfSqlConfig.getExecutable()
Deprecated.
|
protected Executable |
MetaInfSqlExecutableConfig.getExecutable()
Deprecated.
|
protected Executable |
MetaInfProjectPropertiesConfig.getExecutable()
Deprecated.
|
protected Executable |
MetaInfProjectPropertiesExecutableConfig.getExecutable()
Deprecated.
|
protected Executable |
MetaInfMpxExecutableConfig.getExecutable()
Deprecated.
|
protected abstract Executable |
ExecutableConfig.getExecutable()
Deprecated.
|
static Executable |
SpringUtils.getSpringExecutable(org.springframework.core.env.Environment env,
boolean skip,
org.springframework.core.env.PropertySource<?> ps,
List<Class<?>> annotatedClasses)
Deprecated.
|
Executable |
HelloWorldConfig.helloWorldExecutable() |
Executable |
MetaInfSqlSetupConfig.metaInfExecutable()
Deprecated.
|
Executable |
MetaInfSqlSetupConfigOld.metaInfExecutable()
Deprecated.
|
Executable |
MetaInfMpxConfig.mpxMetaInfExecutable()
Deprecated.
|
Executable |
PrintMessageConfig.printMessageExecutable() |
Executable |
ShowMavenPropertiesConfig.showPropertiesExecutable() |
Executable |
MetaInfProjectPropertiesSetupConfig.storePropertiesExecutablesExectuable()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Executable |
GenericExecutableApplicationListener.getExecutable() |
Executable |
GenericExecutableApplicationListener.Builder.getExecutable() |
Executable |
ExecutableApplicationEventListener.getExecutable() |
Executable |
ExecutableApplicationEventListener.Builder.getExecutable() |
| Modifier and Type | Method and Description |
|---|---|
static GenericExecutableApplicationListener.Builder |
GenericExecutableApplicationListener.builder(Executable executable) |
static <T extends org.springframework.context.ApplicationEvent> |
ExecutableApplicationEventListener.builder(Executable executable,
Class<T> supportedEventType) |
| Constructor and Description |
|---|
ExecutableApplicationEventListener.Builder(Executable executable,
Class<T> supportedEventType) |
GenericExecutableApplicationListener.Builder(Executable executable) |
| Modifier and Type | Class and Description |
|---|---|
class |
SyncFilesExecutable |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.