net.jangaroo.jooc.input
Class PathInputSource

java.lang.Object
  extended by net.jangaroo.jooc.input.DirectoryInputSource
      extended by net.jangaroo.jooc.input.PathInputSource
All Implemented Interfaces:
InputSource

public class PathInputSource
extends DirectoryInputSource


Constructor Summary
PathInputSource(java.lang.String name, java.util.List<InputSource> entries)
           
 
Method Summary
static PathInputSource fromFiles(java.util.List<java.io.File> files, java.lang.String[] rootDirs)
           
 InputSource getChild(java.lang.String path)
           
 char getFileSeparatorChar()
           
 java.lang.String getName()
           
 java.lang.String getPath()
           
 java.lang.String getRelativePath()
           
 java.util.List<InputSource> list()
           
 
Methods inherited from class net.jangaroo.jooc.input.DirectoryInputSource
close, getInputStream, getParent, isDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathInputSource

public PathInputSource(java.lang.String name,
                       java.util.List<InputSource> entries)
Method Detail

fromFiles

public static PathInputSource fromFiles(java.util.List<java.io.File> files,
                                        java.lang.String[] rootDirs)
                                 throws java.io.IOException
Throws:
java.io.IOException

getName

public java.lang.String getName()

getPath

public java.lang.String getPath()

getRelativePath

public java.lang.String getRelativePath()

list

public java.util.List<InputSource> list()

getChild

public InputSource getChild(java.lang.String path)

getFileSeparatorChar

public char getFileSeparatorChar()


Copyright © 2002-2010 CoreMedia AG. All Rights Reserved.