|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.millstone.webadapter.Theme.File | +--org.millstone.webadapter.Theme.Fileset
A recursive set of files sharing the same requirements.
Constructor Summary | |
Theme.Fileset(java.lang.String name)
Create new empty fileset. |
|
Theme.Fileset(java.lang.String name,
java.util.Collection files)
Create new fileset. |
Method Summary | |
java.util.List |
getFileNames()
Get list of all files in this theme. |
java.util.List |
getFileNames(WebBrowser terminal)
Get list of file names matching WebBrowserType. |
boolean |
supports(WebBrowser terminal)
Does this file support the given terminal. |
java.lang.String |
toString()
|
Methods inherited from class org.millstone.webadapter.Theme.File |
getName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Theme.Fileset(java.lang.String name)
name
- Name of the fileset.public Theme.Fileset(java.lang.String name, java.util.Collection files)
name
- Name of the fileset.files
- Collection of files to include in the set.Method Detail |
public java.util.List getFileNames()
public java.util.List getFileNames(WebBrowser terminal)
public boolean supports(WebBrowser terminal)
supports
in class Theme.File
Theme.Fileset
public java.lang.String toString()
toString
in class Theme.File
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |