Searched refs:category (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/flashlight/datatree/impl/
H A DTreeNodeImpl.java54 public TreeNodeImpl(String name, String category){ argument
56 setCategory (category);
H A DAbstractTreeNode.java67 protected String category; field in class:AbstractTreeNode
204 return category;
208 public void setCategory(String category) { argument
209 this.category = category;
/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/flashlight/datatree/factory/
H A DTreeNodeFactory.java60 String category){
61 TreeNode tn = new TreeNodeImpl (name, category);
67 String category, Method m){
73 tn.setCategory(category);
59 createTreeNode(String name, Object instance, String category) argument
66 createMethodInvoker(String name, Object instance, String category, Method m) argument
/glassfish-3.1.2/build/glassfish-obr-builder/src/main/java/org/glassfish/obrbuilder/xmlentities/
H A DResource.java76 * <element ref="{}category" maxOccurs="unbounded" minOccurs="0"/>
100 "category",
113 protected List<Category> category; field in class:Resource
272 * Gets the value of the category property.
278 * This is why there is not a <CODE>set</CODE> method for the category property.
294 if (category == null) {
295 category = new ArrayList<Category>();
297 return this.category;
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/common/util/admin/
H A DAsadminInput.java74 * that each property name is (category).(property-within-category)=value
77 * each category in the input, and the associated Properties object will map each
78 * property-within-category to its value.
145 * (category).name=value
148 * category found in the input stream.
177 Properties category = result.get(categoryName);
178 if (category == null) {
179 category = new Properties();
180 result.put(categoryName, category);
[all...]
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/flashlight/datatree/
H A DTreeNode.java59 public void setCategory (String category); argument
/glassfish-3.1.2/build/maven-glassfishbuild-plugin/src/main/java/com/sun/enterprise/build/
H A DDashboardWikiGenerator.java63 String category = null; field in class:DashboardWikiGenerator
87 * Start a new category for the dashboard, usually this is represented
90 * @param categoryName name of the new category
290 * End of the current category

Completed in 35 milliseconds