fbench.dom
Class StyleSheetSource

java.lang.Object
  extended by fbench.dom.StyleSheetSource

public class StyleSheetSource
extends java.lang.Object


Constructor Summary
StyleSheetSource()
           
 
Method Summary
static void addSheet(java.io.File f)
           
static void addSheet(java.lang.String path)
           
static java.lang.String[] getAllPaths()
           
static java.lang.String[] getAllSheets()
           
static java.lang.String getPathToSheet(java.lang.String sheet)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleSheetSource

public StyleSheetSource()
Method Detail

addSheet

public static void addSheet(java.io.File f)

addSheet

public static void addSheet(java.lang.String path)

getPathToSheet

public static java.lang.String getPathToSheet(java.lang.String sheet)

getAllPaths

public static java.lang.String[] getAllPaths()

getAllSheets

public static java.lang.String[] getAllSheets()