Package org.apache.maven.cling
Class MavenEncCling
java.lang.Object
org.apache.maven.cling.ClingSupport<EncryptOptions,EncryptInvokerRequest>
 
org.apache.maven.cling.MavenEncCling
Maven encrypt CLI "new-gen".
- 
Field SummaryFields inherited from class org.apache.maven.cling.ClingSupportclassWorld, classWorldManaged
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Invoker<EncryptInvokerRequest> static void"Normal" Java entry point.static intClassWorld Launcher "enhanced" entry point: returning exitCode and accepts Class World.protected EncryptInvokerRequestparseArguments(String[] args) Methods inherited from class org.apache.maven.cling.ClingSupportrun
- 
Constructor Details- 
MavenEncClingpublic MavenEncCling()
- 
MavenEncClingpublic MavenEncCling(org.codehaus.plexus.classworlds.ClassWorld classWorld) 
 
- 
- 
Method Details- 
main"Normal" Java entry point. Note: Maven uses ClassWorld Launcher and this entry point is NOT used under normal circumstances.- Throws:
- IOException
 
- 
mainpublic static int main(String[] args, org.codehaus.plexus.classworlds.ClassWorld world) throws IOException ClassWorld Launcher "enhanced" entry point: returning exitCode and accepts Class World.- Throws:
- IOException
 
- 
createInvoker- Specified by:
- createInvokerin class- ClingSupport<EncryptOptions,- EncryptInvokerRequest> 
 
- 
parseArguments- Specified by:
- parseArgumentsin class- ClingSupport<EncryptOptions,- EncryptInvokerRequest> 
- Throws:
- ParserException
- IOException
 
 
-