com.arsdigita.kernel
Class Stylesheet.FileSource

java.lang.Object
  extended bycom.arsdigita.kernel.Stylesheet.FileSource
Enclosing class:
Stylesheet

public static class Stylesheet.FileSource
extends Object

Composite of a String and a boolean. The boolean defaults to false. We use it to keep track of all XSL Files and which of them are valid.


Constructor Summary
Stylesheet.FileSource(String name)
          construct from a String and a boolean
 
Method Summary
 String getName()
           
 boolean isValid()
           
 void makeValid()
          change the boolean member to true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stylesheet.FileSource

public Stylesheet.FileSource(String name)
construct from a String and a boolean

Method Detail

getName

public String getName()
Returns:
the String member

makeValid

public void makeValid()
change the boolean member to true


isValid

public boolean isValid()
Returns:
the boolean member


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC