public class PackageInfo extends AbstractSopremoType implements ISopremoType, ParsingScope
| Constructor and Description |
|---|
PackageInfo(String packageName,
ClassLoader classLoader,
NameChooserProvider nameChooserProvider)
Initializes PackageInfo.
|
PackageInfo(String packageName,
NameChooserProvider nameChooserProvider)
Initializes PackageInfo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
appendAsString(Appendable appendable) |
IConstantRegistry |
getConstantRegistry() |
IConfObjectRegistry<SopremoFormat> |
getFileFormatRegistry()
Returns the fileFormatRegistry.
|
IFunctionRegistry |
getFunctionRegistry() |
IConfObjectRegistry<Operator<?>> |
getOperatorRegistry() |
String |
getPackageName() |
File |
getPackagePath() |
List<File> |
getRequiredJarPaths() |
ITypeRegistry |
getTypeRegistry()
Returns the typeRegistry.
|
void |
importFrom(File packagePath,
String packageName) |
void |
importFromJar(File jarFileLocation) |
void |
importFromProject(File packagePath) |
String |
toString() |
append, checkCopyType, clone, copy, shallowClone, toStringpublic PackageInfo(String packageName, ClassLoader classLoader, NameChooserProvider nameChooserProvider)
public PackageInfo(String packageName, NameChooserProvider nameChooserProvider)
public void appendAsString(Appendable appendable) throws IOException
appendAsString in interface eu.stratosphere.util.IAppendingIOExceptionpublic IConstantRegistry getConstantRegistry()
getConstantRegistry in interface EvaluationScopepublic IConfObjectRegistry<SopremoFormat> getFileFormatRegistry()
getFileFormatRegistry in interface ParsingScopepublic IFunctionRegistry getFunctionRegistry()
getFunctionRegistry in interface EvaluationScopepublic IConfObjectRegistry<Operator<?>> getOperatorRegistry()
getOperatorRegistry in interface ParsingScopepublic String getPackageName()
public File getPackagePath()
public ITypeRegistry getTypeRegistry()
getTypeRegistry in interface EvaluationScopepublic void importFrom(File packagePath, String packageName) throws IOException
packageName - packagePath - IOExceptionpublic void importFromJar(File jarFileLocation) throws IOException
IOExceptionpublic void importFromProject(File packagePath)
public String toString()
toString in class AbstractSopremoTypeCopyright © 2011–2014. All rights reserved.