-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
Returns the actual ID of the tool.
Returns the Symbol
name of this provider.
Called after de-serialization to retain backward compatibility.
void
Sets the id of this provider.
void
Sets the Ant file-set pattern of files to work with.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Provider
public Provider()
-
Method Details
-
readResolve
protected Object readResolve()
Called after de-serialization to retain backward compatibility.
- Returns:
- this
-
setId
@DataBoundSetter
public void setId(String id)
Sets the id of this provider.
- Parameters:
id
- the id
-
-
getActualId
Returns the actual ID of the tool. If no user defined ID is given, then the default ID is returned.
- Returns:
- the ID
- See Also:
-
-
setPattern
@DataBoundSetter
public void setPattern(String pattern)
Sets the Ant file-set pattern of files to work with. If the pattern is undefined then the console log is
scanned.
- Parameters:
pattern
- the pattern to use
-
getPattern
@CheckForNull
public String getPattern()
-
getSymbolName
Returns the Symbol
name of this provider.
- Returns:
- the name of this provider, or "undefined" if no symbol has been defined
-
-
-