Class ApiModule
java.lang.Object
org.eclipse.dirigible.engine.js.graalvm.processor.generation.ApiModule
public class ApiModule extends Object
The Class ApiModule.
-
Method Summary
Modifier and Type Method Description StringgetApi()Gets the api.StringgetPathDefault()Gets the path default.booleangetShouldBeUnexposedToESM()Gets the should be unexposed to ESM.String[]getVersionedPaths()Gets the versioned paths.booleanisPackageDescription()Checks if is package description.
-
Method Details
-
getApi
Gets the api.- Returns:
- the api
-
getVersionedPaths
Gets the versioned paths.- Returns:
- the versioned paths
-
getPathDefault
Gets the path default.- Returns:
- the path default
-
getShouldBeUnexposedToESM
public boolean getShouldBeUnexposedToESM()Gets the should be unexposed to ESM.- Returns:
- the should be unexposed to ESM
-
isPackageDescription
public boolean isPackageDescription()Checks if is package description.- Returns:
- true, if is package description
-