Package | Description |
---|---|
net.officefloor.eclipse.classpath |
Modifier and Type | Method and Description |
---|---|
static ProjectClassLoader |
ProjectClassLoader.create(org.eclipse.ui.IEditorPart editorPart)
Convenience method to create the
ProjectClassLoader from the
input IEditorPart . |
static ProjectClassLoader |
ProjectClassLoader.create(org.eclipse.core.resources.IProject project)
Convenience method to create the
ProjectClassLoader from an
IProject . |
static ProjectClassLoader |
ProjectClassLoader.create(org.eclipse.core.resources.IProject project,
ClassLoader parentClassLoader)
Initiates from the
IProject with the parent ClassLoader . |
static ProjectClassLoader |
ProjectClassLoader.create(String[] classpath,
ClassLoader parentClassLoader)
Initiates from the specified class path.
|
Copyright © 2005–2016. All rights reserved.