|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.privilizer.weave.URLArray
public abstract class URLArray
URL Array utilities.
| Method Summary | |
|---|---|
static URL[] |
fromFiles(Iterable<File> files)
Convert an Iterable of Files. |
static URL[] |
fromPaths(Iterable<String> files)
Convert an Iterable of filesystem paths. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static URL[] fromPaths(Iterable<String> files)
Iterable of filesystem paths.
files -
public static URL[] fromFiles(Iterable<File> files)
Iterable of Files.
files -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||