org.apache.maven.diagrams.connectors.classes.config
Class ExcludeClasses

java.lang.Object
  extended by org.apache.maven.diagrams.connectors.classes.config.ExcludeClasses

public class ExcludeClasses
extends java.lang.Object


Constructor Summary
ExcludeClasses(java.lang.String pattern, java.lang.Boolean keepEdges)
           
 
Method Summary
 java.lang.Boolean getKeepEdges()
          Gets keepEdges parameter.
 java.lang.String getPattern()
          Gets the regexp pattern for classes to be excluded
 void setKeepEdges(java.lang.Boolean keepEdges)
          Sets keepEdges parameter.
 void setPattern(java.lang.String pattern)
          Sets the regexp pattern for classes to be excluded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcludeClasses

public ExcludeClasses(java.lang.String pattern,
                      java.lang.Boolean keepEdges)
Method Detail

getPattern

public java.lang.String getPattern()
Gets the regexp pattern for classes to be excluded

Returns:

setPattern

public void setPattern(java.lang.String pattern)
Sets the regexp pattern for classes to be excluded


getKeepEdges

public java.lang.Boolean getKeepEdges()
Gets keepEdges parameter. If the keepEdges is true, and there is such a situation: A--B--C and B is excluded the result is A--C, if keepEdges ware false, the result would be A and C separetly.


setKeepEdges

public void setKeepEdges(java.lang.Boolean keepEdges)
Sets keepEdges parameter. If the keepEdges is true, and there is such a situation: A--B--C and B is excluded the result is A--C, if keepEdges ware false, the result would be A and C separetly.



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.