Ignore:
Timestamp:
Apr 20, 2010, 5:21:42 PM (14 years ago)
Author:
tobias
Message:

comments added
all methods of the wsdl file implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/ValidationParser.java

    r859 r865  
    11package de.dass_it.vanhelsing.gui;
    22import java.io.*;
    3 /*
    4  * Einlesen der Dateien dird_conf.c, filed_conf.c und stored_conf.c
     3/**
     4 * ValidationParser reads dird_conf.c, filed_conf.c, stored_conf.c and parse.c.
     5 * Run ValidationParser from command line with two arguments. The first argument defines the domain, i.e. director, storagedaemon or filedaemon. The second argument should be the path of the c file.
     6 * Output is written to standard output and can therefore be appended to the properties file.
     7 * The domain of the message resource should be 'director'
     8 * @author tgoecke
    59 */
    610
Note: See TracChangeset for help on using the changeset viewer.