@Generated public class FileSet extends PatternSet implements Serializable, Cloneable
BaseObject.ChildrenTrackingchildrenTracking, delegate| Constructor and Description |
|---|
FileSet() |
FileSet(FileSet delegate) |
FileSet(FileSet delegate,
BaseObject parent) |
| Modifier and Type | Method and Description |
|---|---|
FileSet |
clone() |
static List<FileSet> |
fileSetToApiV3(List<FileSet> list) |
static List<FileSet> |
fileSetToApiV4(List<FileSet> list) |
FileSet |
getDelegate() |
String |
getDirectory() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setDirectory(String directory) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
String |
toString() |
addExclude, addInclude, getExcludes, getIncludes, patternSetToApiV3, patternSetToApiV4, removeExclude, removeInclude, setExcludes, setIncludesupdatepublic FileSet()
public FileSet(FileSet delegate)
public FileSet(FileSet delegate, BaseObject parent)
public FileSet clone()
clone in class PatternSetpublic FileSet getDelegate()
getDelegate in class PatternSetpublic String getDirectory()
public void setDirectory(String directory)
public InputLocation getLocation(Object key)
InputLocationTrackergetLocation in interface InputLocationTrackergetLocation in class PatternSetkey - The key of the field, must not be
null.null if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackersetLocation in class PatternSetkey - The key of the field, must not be
null.location - The location of the field, may be
null.protected boolean replace(Object oldDelegate, Object newDelegate)
replace in class PatternSetpublic String toString()
toString in class PatternSetObject.toString()Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.