HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 1 - 6 of 6) sorted by null

  /opengrok/trunk/src/org/opensolaris/opengrok/configuration/
Project.java 34 private String description; field in class:Project
37 * Get a textual description of this project
38 * @return a textual description of the project
41 return description;
61 * Set a textual description of this project, prefferably don't use " , " in the name, since it's used as delimiter for more projects
62 * @param description a textual description of the project
64 public void setDescription(String description) {
65 this.description = description;
    [all...]
  /opengrok/trunk/test/org/opensolaris/opengrok/index/
CommandLineOptionsTest.java 82 assertNotNull(o.description);
  /opengrok/trunk/src/org/opensolaris/opengrok/index/
CommandLineOptions.java 45 String description; field in class:CommandLineOptions.Option
50 description = descr;
62 sb.append(description);
179 out.print(o.description);
192 * that all options contains a description :-)
  /opengrok/trunk/src/org/opensolaris/opengrok/history/
Annotation.java 158 void addDesc(String revision, String description) {
159 desc.put(revision, Util.encode(description));
  /opengrok/trunk/lib/
lucene-core-2.4.1.jar 
bcel-5.1.jar 

Completed in 1200 milliseconds