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 java.lang.Object

A simple wrapper around a substring.


Constructor Summary
SubstringLicenseMatcher.Pattern()
           
 
Method Summary
 java.lang.String getSubstring()
           
 void setSubstring(java.lang.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(java.lang.String s)

getSubstring

public java.lang.String getSubstring()


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.