Class DefaultActionPreparator
- java.lang.Object
-
- org.apache.felix.gogo.commands.basic.DefaultActionPreparator
-
- All Implemented Interfaces:
ActionPreparator
@Deprecated public class DefaultActionPreparator extends Object implements ActionPreparator
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description DefaultActionPreparator()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Objectconvert(Action action, org.apache.felix.service.command.CommandSession session, Object value, Type toType)Deprecated.static intlength(String str)Deprecated.protected StringloadDescription(Class clazz, String desc)Deprecated.booleanprepare(Action action, org.apache.felix.service.command.CommandSession session, List<Object> params)Deprecated.static voidprintFormatted(String prefix, String str, int termWidth, PrintStream out)Deprecated.static voidprintFormatted(String prefix, String str, int termWidth, PrintStream out, boolean prefixFirstLine)Deprecated.protected voidprintUsage(org.apache.felix.service.command.CommandSession session, Action action, Map<Option,Field> optionsMap, Map<Argument,Field> argsMap, PrintStream out)Deprecated.
-
-
-
Field Detail
-
HELP
public static final Option HELP
Deprecated.
-
-
Method Detail
-
prepare
public boolean prepare(Action action, org.apache.felix.service.command.CommandSession session, List<Object> params) throws Exception
Deprecated.- Specified by:
preparein interfaceActionPreparator- Throws:
Exception
-
printUsage
protected void printUsage(org.apache.felix.service.command.CommandSession session, Action action, Map<Option,Field> optionsMap, Map<Argument,Field> argsMap, PrintStream out)Deprecated.
-
printFormatted
public static void printFormatted(String prefix, String str, int termWidth, PrintStream out)
Deprecated.
-
printFormatted
public static void printFormatted(String prefix, String str, int termWidth, PrintStream out, boolean prefixFirstLine)
Deprecated.
-
length
public static int length(String str)
Deprecated.
-
-