Searched defs:lines (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DPager.java62 * Construct an object which will copy one pages worth of lines
69 * @param lines the number of lines in a page. A number less
76 Pager(int lines, Reader in, Writer out) throws IOException { argument
79 pageLength = lines;
84 * Copy the next page worth of lines from input to output
96 * Indicate if there are lines left to be copied
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/mbean/
H A DParentChildren.java87 final List<String> lines = new ArrayList<String>();
89 lines.add(descriptionFor(mParent));
93 lines.addAll(moreLines);
95 return lines;
139 private static List<String> indentAll(final List<String> lines) { argument
142 for (final String line : lines) {

Completed in 10 milliseconds