Klasse RemoveUnusedImportsProcessor
java.lang.Object
org.apache.torque.generator.processor.string.RemoveUnusedImportsProcessor
- Alle implementierten Schnittstellen:
StringProcessor
Tries to remove unused imports
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
RemoveUnusedImportsProcessor
public RemoveUnusedImportsProcessor()
-
-
Methodendetails
-
process
Converts Windows CR/LF character sequences to Unix LF sequences.- Angegeben von:
process
in SchnittstelleStringProcessor
- Parameter:
toProcess
- the String to process, not null.- Gibt zurück:
- the processed String, not null.
-