Klasse RemoveUnusedImportsProcessor

java.lang.Object
org.apache.torque.generator.processor.string.RemoveUnusedImportsProcessor
Alle implementierten Schnittstellen:
StringProcessor

public class RemoveUnusedImportsProcessor extends Object implements StringProcessor
Tries to remove unused imports
  • Konstruktordetails

    • RemoveUnusedImportsProcessor

      public RemoveUnusedImportsProcessor()
  • Methodendetails

    • process

      public String process(String toProcess)
      Converts Windows CR/LF character sequences to Unix LF sequences.
      Angegeben von:
      process in Schnittstelle StringProcessor
      Parameter:
      toProcess - the String to process, not null.
      Gibt zurück:
      the processed String, not null.