org.jvnet.hudson.plugins.collapsingconsolesections
Class SectionDefinition

java.lang.Object
  extended by org.jvnet.hudson.plugins.collapsingconsolesections.SectionDefinition
All Implemented Interfaces:
java.io.Serializable

public class SectionDefinition
extends java.lang.Object
implements java.io.Serializable

Author:
dty
See Also:
Serialized Form

Constructor Summary
SectionDefinition(java.lang.String sectionName, java.lang.String sectionStartPattern, java.lang.String sectionEndPattern)
           
 
Method Summary
 java.lang.String getSectionDisplayName()
           
 java.util.regex.Pattern getSectionEndPattern()
           
 java.util.regex.Pattern getSectionStartPattern()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionDefinition

public SectionDefinition(java.lang.String sectionName,
                         java.lang.String sectionStartPattern,
                         java.lang.String sectionEndPattern)
Method Detail

getSectionDisplayName

public java.lang.String getSectionDisplayName()

getSectionStartPattern

public java.util.regex.Pattern getSectionStartPattern()

getSectionEndPattern

public java.util.regex.Pattern getSectionEndPattern()


Copyright © 2010. All Rights Reserved.