Class AbstractFacadeCommand
java.lang.Object
net.thevpc.nserver.AbstractFacadeCommand
- All Implemented Interfaces:
FacadeCommand
- Direct Known Subclasses:
DeployFacadeCommand,DirectoryListDigestCommand,DirectoryListInfosCommand,DirectoryListNamesCommand,ExecFacadeCommand,FetchDescriptorFacadeCommand,FetchDescriptorHashFacadeCommand,FetchFacadeCommand,FetchHashFacadeCommand,FileDigestCommand,FileInfoCommand,GetBootFacadeCommand,GetFileFacadeCommand,GetMavenFacadeCommand,LoginFacadeCommand,PutFileFacadeCommand,ResolveIdFacadeCommand,SearchFacadeCommand,SearchVersionsFacadeCommand,VersionFacadeCommand
Created by vpc on 1/24/17.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(FacadeCommandContext context) abstract voidexecuteImpl(FacadeCommandContext context) getName()
-
Constructor Details
-
AbstractFacadeCommand
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceFacadeCommand
-
execute
- Specified by:
executein interfaceFacadeCommand- Throws:
IOExceptionLoginException
-
executeImpl
- Throws:
IOExceptionLoginException
-