Package com.nwalsh.xalan
Class Website
- java.lang.Object
-
- com.nwalsh.xalan.Website
-
public class Website extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Website()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Booleanexists(org.apache.xalan.extensions.ExpressionContext context, java.lang.String filename)static java.lang.BooleanneedsUpdate(org.apache.xalan.extensions.ExpressionContext context, java.lang.String srcFilename, java.lang.String targetFilename)
-
-
-
Method Detail
-
exists
public static java.lang.Boolean exists(org.apache.xalan.extensions.ExpressionContext context, java.lang.String filename)
-
needsUpdate
public static java.lang.Boolean needsUpdate(org.apache.xalan.extensions.ExpressionContext context, java.lang.String srcFilename, java.lang.String targetFilename)
-
-