Searched refs:description (Results 1 - 4 of 4) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DProject.java38 private String description; field in class:Project
47 * Get a textual description of this project
48 * @return a textual description of the project
51 return description;
81 * Set a textual description of this project, prefferably don't use " , "
83 * @param description a textual description of the project
85 public void setDescription(String description) { argument
86 this.description = description;
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java48 String description; field in class:CommandLineOptions.Option
53 description = descr;
65 sb.append(description);
194 out.print(o.description);
207 * that all options contains a description :-)
/opengrok-jel/test/org/opensolaris/opengrok/index/
H A DCommandLineOptionsTest.java82 assertNotNull(o.description);
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 13 milliseconds