Class BaseLibraryCmds
java.lang.Object
com.e1c.g5.v8.dt.internal.library.cli.BaseLibraryCmds
- All Implemented Interfaces:
ICliCommand
Base CLI commands to work with libraries.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvertSupportToDistribution(ICliSession session, org.eclipse.core.resources.IProject project) voidlibraryCreate(ICliSession session, org.eclipse.core.resources.IProject project, Path path) libraryDependency(ICliSession session, Path path) libraryRegister(ICliSession session, boolean update, Path path) libraryResolve(ICliSession session, String path, LibraryDependency dependency)
-
Constructor Details
-
BaseLibraryCmds
public BaseLibraryCmds()
-
-
Method Details
-
libraryDependency
public Collection<LibraryDependency> libraryDependency(ICliSession session, Path path) throws IOException - Throws:
IOException
-
libraryResolve
public LibraryDescriptor libraryResolve(ICliSession session, String path, LibraryDependency dependency) throws IOException - Throws:
IOException
-
libraryRegister
public LibraryDescriptor libraryRegister(ICliSession session, boolean update, Path path) throws IOException - Throws:
IOException
-
libraryCreate
public void libraryCreate(ICliSession session, org.eclipse.core.resources.IProject project, Path path) throws IOException - Throws:
IOException
-
convertSupportToDistribution
public void convertSupportToDistribution(ICliSession session, org.eclipse.core.resources.IProject project) throws IOException - Throws:
IOException
-