public class ContentRootDataService extends AbstractProjectDataService<ContentRootData,ContentEntry>
Modifier and Type | Field and Description |
---|---|
static Key<java.lang.Boolean> |
CREATE_EMPTY_DIRECTORIES |
EMPTY_LIST
EP_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, removeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onFailureImport, onSuccessImport, postProcess
public 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)
ProjectDataService
importData
in interface ProjectDataService<ContentRootData,ContentEntry>
importData
in class AbstractProjectDataService<ContentRootData,ContentEntry>