public interface ScriptNameManipulator
Modifier and Type | Interface and Description |
---|---|
static interface |
ScriptNameManipulator.FilePath
An interface to parsed file path.
|
static class |
ScriptNameManipulator.ScriptNamePattern
A wrapper for a pattern.
|
Modifier and Type | Method and Description |
---|---|
ScriptNameManipulator.ScriptNamePattern |
createPattern(java.util.List<java.lang.String> components)
For a file path (presented as components) creates a pattern that matches
script names with this file path.
|
ScriptNameManipulator.FilePath |
getFileName(java.lang.String scriptName)
Obtains file path from the script name
|
ScriptNameManipulator.FilePath getFileName(java.lang.String scriptName)
ScriptNameManipulator.ScriptNamePattern createPattern(java.util.List<java.lang.String> components)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.