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

/opengrok-sun/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 " , " in the name, since it's used as delimiter for more projects
82 * @param description a textual description of the project
84 public void setDescription(String description) { argument
85 this.description = description;
[all...]
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java48 String description; field in class:CommandLineOptions.Option
53 description = descr;
65 sb.append(description);
193 out.print(o.description);
206 * that all options contains a description :-)
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DAnnotation.java158 void addDesc(String revision, String description) { argument
159 desc.put(revision, Util.encode(description));
/opengrok-sun/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 12 milliseconds