org.jboss.forge.aesh.commands
Class LsCommand
java.lang.Object
org.jboss.forge.aesh.commands.LsCommand
- All Implemented Interfaces:
- UICommand
public class LsCommand
- extends Object
- implements UICommand
- Author:
- Ståle W. Pedersen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LsCommand
public LsCommand()
getMetadata
public UICommandMetadata getMetadata()
- Specified by:
getMetadata
in interface UICommand
isEnabled
public boolean isEnabled(UIContext context)
- Specified by:
isEnabled
in interface UICommand
initializeUI
public void initializeUI(UIBuilder builder)
throws Exception
- Specified by:
initializeUI
in interface UICommand
- Throws:
Exception
validate
public void validate(UIValidationContext context)
- Specified by:
validate
in interface UICommand
execute
public Result execute(UIContext context)
throws Exception
- Specified by:
execute
in interface UICommand
- Throws:
Exception
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.