org.crsh.cmdline
Class Util
java.lang.Object
org.crsh.cmdline.Util
class Util
- extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
Constructor Summary |
Util()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INDENT_PATTERN
static final Pattern INDENT_PATTERN
- .
MAN_TAB
static final String MAN_TAB
- .
MAN_TAB_EXTRA
static final String MAN_TAB_EXTRA
- .
tabIndex
static final String[] tabIndex
- .
Util
Util()
tab
static String tab(int size)
_tab
private static String _tab(int size)
indent
static <A extends Appendable> A indent(int tab,
CharSequence s,
A appendable)
throws IOException
- Throws:
IOException
indent
static <A extends Appendable> A indent(String tab,
CharSequence s,
A appendable)
throws IOException
- Throws:
IOException
tuples
static <T> Iterable<T[]> tuples(Class<T> type,
Iterable<? extends T>... iterables)
join
static <T> Iterable<? extends T> join(Iterable<? extends T>... iterables)
Copyright © 2012 eXo Platform SAS. All Rights Reserved.