Package com.tsystems.sbs
Class RegexpPair
- All Implemented Interfaces:
Describable<RegexpPair>,Serializable
This class represents a Regexp/Replacement pair. It also compiles internally the regexp into a Pattern object to
encourage that it is compiled only once to avoid performance issues.
- Author:
- ccapdevi
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectvoidvoidsetReplacement(String replacement) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface hudson.model.Describable
getDescriptor