Package gnu.kawa.ant

Class LineStripperSet.LineStripper

  • Enclosing class:
    LineStripperSet

    public static class LineStripperSet.LineStripper
    extends org.apache.tools.ant.types.FilterSet.Filter
    Individual filter component of filterset
    • Constructor Summary

      Constructors 
      Constructor Description
      LineStripper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFirst()  
      java.lang.String getLast()  
      void setFirst​(java.lang.String s)  
      void setLast​(java.lang.String s)  
      • Methods inherited from class org.apache.tools.ant.types.FilterSet.Filter

        getToken, getValue, setToken, setValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LineStripper

        public LineStripper()
    • Method Detail

      • setFirst

        public void setFirst​(java.lang.String s)
      • setLast

        public void setLast​(java.lang.String s)
      • getFirst

        public java.lang.String getFirst()
      • getLast

        public java.lang.String getLast()