Class CConfigurationData

    • Constructor Detail

      • CConfigurationData

        protected CConfigurationData()
    • Method Detail

      • getRootFolderData

        public abstract CFolderData getRootFolderData()
      • getResourceDatas

        public abstract CResourceData[] getResourceDatas()
      • getDescription

        public abstract String getDescription()
      • setDescription

        public abstract void setDescription​(String description)
      • removeResourceData

        public abstract void removeResourceData​(CResourceData data)
                                         throws org.eclipse.core.runtime.CoreException
        Throws:
        org.eclipse.core.runtime.CoreException
      • createFolderData

        public abstract CFolderData createFolderData​(org.eclipse.core.runtime.IPath path,
                                                     CFolderData base)
                                              throws org.eclipse.core.runtime.CoreException
        Throws:
        org.eclipse.core.runtime.CoreException
      • createFileData

        public abstract CFileData createFileData​(org.eclipse.core.runtime.IPath path,
                                                 CFileData base)
                                          throws org.eclipse.core.runtime.CoreException
        Throws:
        org.eclipse.core.runtime.CoreException
      • createFileData

        public abstract CFileData createFileData​(org.eclipse.core.runtime.IPath path,
                                                 CFolderData base,
                                                 CLanguageData langData)
                                          throws org.eclipse.core.runtime.CoreException
        Throws:
        org.eclipse.core.runtime.CoreException
      • getSourceEntries

        public abstract ICSourceEntry[] getSourceEntries()
      • setSourceEntries

        public abstract void setSourceEntries​(ICSourceEntry[] entries)
      • getBuildData

        public abstract CBuildData getBuildData()
      • setName

        public abstract void setName​(String name)