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

/glassfish-3.1.2/build/maven-glassfishbuild-plugin/src/main/java/com/sun/enterprise/build/
H A DDistributionVisitor.java73 * @param categoryName name of the new category
75 public void beginCategory(String categoryName); argument
H A DDashboardWikiGenerator.java90 * @param categoryName name of the new category
92 public void beginCategory(String categoryName) { argument
93 writer.println("!! " + categoryName + " List");
H A DContributorsWikiGenerator.java88 * @param categoryName name of the new category
90 public void beginCategory(String categoryName) { argument
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/common/util/admin/
H A DAsadminInput.java174 final String categoryName = propName.substring(0, firstDot);
177 Properties category = result.get(categoryName);
180 result.put(categoryName, category);

Completed in 10 milliseconds