~ubuntu-branches/ubuntu/oneiric/weka/oneiric

« back to all changes in this revision

Viewing changes to weka/core/ListOptions.java

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner, Soeren Sonnenburg, Torsten Werner
  • Date: 2008-08-10 21:27:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080810212705-tr8etpnkdx2ziktp
Tags: 3.5.8-1
[ Soeren Sonnenburg ]
* Bump Standards Version to 3.8.0.
* Remove references to non-free Java in debian/copyright.

[ Torsten Werner ]
* new upstream release
* Switch to openjdk-6.
* Move package to main.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 * Lists the options of an OptionHandler
29
29
 * 
30
30
 * @author  fracpete (fracpete at waikato dot ac dot nz)
31
 
 * @version $Revision: 1.1 $
 
31
 * @version $Revision: 1.2 $
32
32
 */
33
33
public class ListOptions
34
 
  implements OptionHandler {
 
34
  implements OptionHandler, RevisionHandler {
35
35
  
36
36
  /** the classname */
37
37
  protected String m_Classname = ListOptions.class.getName();
148
148
  }
149
149
  
150
150
  /**
 
151
   * Returns the revision string.
 
152
   * 
 
153
   * @return            the revision
 
154
   */
 
155
  public String getRevision() {
 
156
    return RevisionUtils.extract("$Revision: 1.2 $");
 
157
  }
 
158
  
 
159
  /**
151
160
   * runs the javadoc producer with the given commandline options
152
161
   * 
153
162
   * @param options     the commandline options