Package org.opt4j.config
package org.opt4j.config
Provides the classes for modules structure and configuration.
-
ClassDescriptionThe
ClassPath
is also known as theClassPathHacker
and enables adding new files to the classpath.TheExecutionEnvironment
forTask
s.Wrapper forNode
elements.TheModuleAutoFinder
searches the classpath for allPropertyModule
s that are not annotated withIgnore
.TheModuleAutoFinderListener
is a listener interface for theModuleAutoFinder
.TheModuleListUser
is aModuleList
for user defined modules.Helper class for loadingPropertyModule
configurations from files or retrieving these from XMLNode
s.TheModuleRegister
contains all found modules for theConfigurator
.Helper class for saving thePropertyModule
configurations or adding these to XMLNode
s.TheProperty
contains information about a single property of aPropertyModule
.ThePropertyModule
is a decorator for aModule
that enables property methods.TheRequirement
indicates if aProperty
is active or not.TheStarter
executes configuration files.TheTask
is an abstract class for optimization tasks.TheTask.State
of a task.TheTaskListener
.TheTaskStateListener
.