| |
|
| java.lang.Object org.netbeans.modules.search.ReplaceTask
ReplaceTask | final class ReplaceTask implements Runnable(Code) | | Task that checks validity of found files and then
(if everything is valid) replaces the matching substrings
with the replacement string/pattern.
author: Tim Boudreau author: Marian Petras |
Inner Class : enum ResultStatus | |
getProblems | String[] getProblems()(Code) | | Returns a list of problems encountered during the pre-check or
during replacing. The type of problems (pre-check or replacing)
can be determined from the results status returned by method
ReplaceTask.getResultStatus() .
array of problems, or null if no problems have beenencountered See Also: ReplaceTask.getResultStatus() |
|
|
|