Class DeployUrlCommand.UrlConverter
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.deployment.DeployUrlCommand.UrlConverter
-
- All Implemented Interfaces:
org.aesh.command.converter.Converter<URL,CLIConverterInvocation>
- Enclosing class:
- DeployUrlCommand
public static class DeployUrlCommand.UrlConverter extends Object implements org.aesh.command.converter.Converter<URL,CLIConverterInvocation>
-
-
Constructor Summary
Constructors Constructor Description UrlConverter()
-
-
-
Method Detail
-
convert
public URL convert(CLIConverterInvocation c) throws org.aesh.command.validator.OptionValidatorException
- Specified by:
convertin interfaceorg.aesh.command.converter.Converter<URL,CLIConverterInvocation>- Throws:
org.aesh.command.validator.OptionValidatorException
-
-