FreeHEP API
Version current

org.freehep.tools
Class GenerateStatus

java.lang.Object
  extended byorg.freehep.tools.GenerateStatus

public class GenerateStatus
extends Object

GenerateStatus creates an up-to-date status for all jars in the project, their packages theirs descriptions and status.

It scans your config project.properties file for jars, picks up all jars, scans the project-jar.properties and looks for all packages, and build a list. It then scans the supplied directories for package.html files, and filters out all packages without an at-status tag. It generates an XML file for the status.

Version:
$Id: GenerateStatus.java,v 1.5 2002/08/07 18:26:27 duns Exp $
Author:
Mark Donszelmann
Source Code:
GenerateStatus.java

Nested Class Summary
static class GenerateStatus.Jar
           
static class GenerateStatus.Package
           
static class GenerateStatus.Project
           
 
Constructor Summary
GenerateStatus()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateStatus

public GenerateStatus()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.