CheckerFixerFactory
insteadpublic class StructureFixerFactory extends Object
StructureFixer
instances by name.Modifier and Type | Field and Description |
---|---|
static String |
FIXERFACTORYCONFIG_XML
Deprecated.
default fixer configuration file name
|
Constructor and Description |
---|
StructureFixerFactory()
Deprecated.
Default constructor.
|
StructureFixerFactory(InputStream internalConfigStream,
InputStream externalConfigStream)
Deprecated.
Parameterized constructor.
|
StructureFixerFactory(String path)
Deprecated.
Parameterized constructor.
|
StructureFixerFactory(String path,
String externalPath)
Deprecated.
Parameterized constructor.
|
Modifier and Type | Method and Description |
---|---|
StructureFixer |
getFixer(String fixerId)
Deprecated.
This method returns a
StructureFixer instance identified by fixerId parameters |
List<StructureFixer> |
getFixers()
Deprecated.
This method returns all
StructureFixer instances available by the current configuration |
void |
reload()
Deprecated.
Forces reload of configuration on next fixer list request.
|
static void |
reloadDefaults()
Deprecated.
Forces reload of factory defaults.
|
public static final String FIXERFACTORYCONFIG_XML
public StructureFixerFactory()
StructureFixer
classes and their properties.public StructureFixerFactory(String path)
path
- is the path of the internal fixer configurationpublic StructureFixerFactory(String path, String externalPath)
path
- is the path of the internal fixer configurationexternalPath
- is the path of the external fixer configurationpublic StructureFixerFactory(InputStream internalConfigStream, InputStream externalConfigStream)
internalConfigStream
- the stream containing the internal fixer configurationexternalConfigStream
- the stream containing the external fixer configurationpublic StructureFixer getFixer(String fixerId)
StructureFixer
instance identified by fixerId parametersfixerId
- a String
object which is the unique id of the StructureFixer
classStructureFixer
instance if there is any identified by the fixerName parameter, null otherwisepublic List<StructureFixer> getFixers()
StructureFixer
instances available by the current configurationStructureFixer
instances available by the current configurationpublic void reload()
public static void reloadDefaults()