org.apache.rat.anttasks
Class SubstringLicenseMatcher.Pattern

java.lang.Object
  extended by org.apache.rat.anttasks.SubstringLicenseMatcher.Pattern
Enclosing class:
SubstringLicenseMatcher

public static class SubstringLicenseMatcher.Pattern
extends Object

A simple wrapper around a substring.


Constructor Summary
SubstringLicenseMatcher.Pattern()
           
 
Method Summary
 String getSubstring()
           
 void setSubstring(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstringLicenseMatcher.Pattern

public SubstringLicenseMatcher.Pattern()
Method Detail

setSubstring

public void setSubstring(String s)

getSubstring

public String getSubstring()


Copyright © 2006–2014 Apache Software Foundation. All rights reserved.