Package weka.core
Class RepositoryIndexGenerator
- java.lang.Object
-
- weka.core.RepositoryIndexGenerator
-
public class RepositoryIndexGenerator extends java.lang.ObjectClass for generating html index files and supporting text files for a Weka package meta data repository. To Run
java weka.core.RepositoryIndexGenerator
A file called "forcedRefreshCount.txt" can be used to force a cache-refresh for all internet connected users. Just increment the number in this file by 1 (or create the file with an initial value of 1 if it doesn't exist yet).- Version:
- $Revision: 12051 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBIRD_IMAGE1static java.lang.StringBIRD_IMAGE2static java.lang.StringHEADERstatic java.lang.StringPENTAHO_IMAGE1static java.lang.StringPENTAHO_IMAGE2
-
Constructor Summary
Constructors Constructor Description RepositoryIndexGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Main method for running the RepositoryIndexGenerator
-