Klasse LoadAdditionalSourceTransformer
java.lang.Object
org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
- Alle implementierten Schnittstellen:
SourceTransformer
A SourceTransformer which loads other sources into the current source graph.
- Version:
- $Id: LoadAdditionalSourceTransformer.java 1839288 2018-08-27 09:48:33Z tv $
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the path to the source element to which the additional sources should be added.Returns the file patterns to exclude from the sources to read.Returns the file patterns to include to the sources to read.Returns the key of the format of the source file(s).void
setElement
(String element) Sets the path to the source element to which the additional sources should be added.void
setFileExcludes
(List<String> fileExcludes) Sets the file patterns to exclude from the sources to read.void
setFileIncludes
(List<String> fileIncludes) Sets the file patterns to include to the sources to read.void
setSourceFormat
(String sourceFormat) Sets the key of the source format of the source file(s).transform
(Object rootObject, ControllerState controllerState) Loads the additional source into the current source graph.
-
Konstruktordetails
-
LoadAdditionalSourceTransformer
public LoadAdditionalSourceTransformer()
-
-
Methodendetails
-
transform
public SourceElement transform(Object rootObject, ControllerState controllerState) throws SourceTransformerException Loads the additional source into the current source graph.- Angegeben von:
transform
in SchnittstelleSourceTransformer
- Parameter:
rootObject
- the root of the source graph, not null.controllerState
- the controller state, not null.- Gibt zurück:
- the transformed source root, not null.
- Löst aus:
SourceTransformerException
- if the additional source cannot be loaded or the element to add to does not exist.
-
getElement
Returns the path to the source element to which the additional sources should be added.- Gibt zurück:
- the path to the anchor element.
-
setElement
Sets the path to the source element to which the additional sources should be added.- Parameter:
element
- the path to the anchor element.
-
getFileIncludes
Returns the file patterns to include to the sources to read.- Gibt zurück:
- the file patterns to include.
-
setFileIncludes
Sets the file patterns to include to the sources to read.- Parameter:
fileIncludes
- the file patterns to include.
-
getFileExcludes
Returns the file patterns to exclude from the sources to read.- Gibt zurück:
- the file patterns to exclude.
-
setFileExcludes
Sets the file patterns to exclude from the sources to read.- Parameter:
fileExcludes
- the file patterns to exclude.
-
getSourceFormat
Returns the key of the format of the source file(s).- Gibt zurück:
- the key for the source format.
-
setSourceFormat
Sets the key of the source format of the source file(s).- Parameter:
sourceFormat
- the key for the source format.
-