public class ContainerCreator extends Object
Constructor and Description |
---|
ContainerCreator(IWorkspace workspace,
IPath fullPath)
Constructs a container creator for the given path
in the given workspace.
|
Modifier and Type | Method and Description |
---|---|
IContainer |
createContainer(IProgressMonitor progressMonitor)
Creates this container.
|
public ContainerCreator(IWorkspace workspace, IPath fullPath)
workspace
- the workspace in which to create the containerfullPath
- the full path of the container, must not denote a filepublic IContainer createContainer(IProgressMonitor progressMonitor) throws CoreException
progressMonitor
- the progress monitor or null
if noneCoreException
- if this container creator's full path denotes a file or creating
either the project or folders for the given container fails
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.