| Constructor and Description |
|---|
FileResource() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getExcludes() |
String[] |
getExtensions() |
File |
getFile() |
String[] |
getIncludes() |
String |
getNearestNamespace(Object element,
String regexSeparator) |
String |
getOwnerNamespace(Object element,
String regexSeparator) |
Iterator<File> |
iterator() |
void |
setExcludes(String[] excludes) |
void |
setExtensions(String[] extensions) |
void |
setFile(File file) |
void |
setIncludes(String[] includes) |
void |
setPath(String path) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic File getFile()
public void setFile(File file)
public void setPath(String path)
public String[] getExtensions()
public void setExtensions(String[] extensions)
public String getNearestNamespace(Object element, String regexSeparator)
getNearestNamespace in interface Resource<File>public String getOwnerNamespace(Object element, String regexSeparator)
getOwnerNamespace in interface Resource<File>public String[] getIncludes()
public void setIncludes(String[] includes)
public String[] getExcludes()
public void setExcludes(String[] excludes)
Copyright © 2015. All rights reserved.