org.apache.commons.privilizer.weave
Class URLArray

java.lang.Object
  extended by org.apache.commons.privilizer.weave.URLArray

public abstract class URLArray
extends Object

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

fromPaths

public static URL[] fromPaths(Iterable<String> files)
Convert an Iterable of filesystem paths.

Parameters:
files -
Returns:
URL[]

fromFiles

public static URL[] fromFiles(Iterable<File> files)
Convert an Iterable of Files.

Parameters:
files -
Returns:
URL[]


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.