public class ContentRootDataService extends AbstractProjectDataService<ContentRootData,ContentEntry>
| Modifier and Type | Field and Description |
|---|---|
static Key<java.lang.Boolean> |
CREATE_EMPTY_DIRECTORIES |
EMPTY_LISTEP_NAME| Constructor and Description |
|---|
ContentRootDataService() |
| Modifier and Type | Method and Description |
|---|---|
Key<ContentRootData> |
getTargetDataKey() |
void |
importData(java.util.Collection<DataNode<ContentRootData>> toImport,
ProjectData projectData,
Project project,
IdeModifiableModelsProvider modelsProvider)
It's assumed that given data nodes present at the ide when this method returns.
|
computeOrphanData, removeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonFailureImport, onSuccessImport, postProcesspublic static final Key<java.lang.Boolean> CREATE_EMPTY_DIRECTORIES
public Key<ContentRootData> getTargetDataKey()
getTargetDataKey in interface ProjectDataService<ContentRootData,ContentEntry>getTargetDataKey in class AbstractProjectDataService<ContentRootData,ContentEntry>public void importData(java.util.Collection<DataNode<ContentRootData>> toImport, ProjectData projectData, Project project, IdeModifiableModelsProvider modelsProvider)
ProjectDataServiceimportData in interface ProjectDataService<ContentRootData,ContentEntry>importData in class AbstractProjectDataService<ContentRootData,ContentEntry>