mFile = file; mFolder = folder;
return mFolder.getConfiguration();
Returns the IFile associated with the ResourceFile. return mFile;
return mFile;
Returns the parent folder as a {@link ResourceFolder}. return mFolder;
return mFolder;
Returns the list of {@link ResourceType} generated by the file.
Get the list of {@link ProjectResourceItem} of a specific type generated by the file. This method must make sure not to create duplicate.paramtype The type of {@link ProjectResourceItem} to return.paramprojectResources The global Project Resource object, allowing the implementation to query for already existing {@link ProjectResourceItem}returnThe list of new {@link ProjectResourceItem}seeProjectResources#findResourceItem(ResourceType, String)
Returns the value of a resource generated by this file by {@link ResourceType} and name. If no resource match, null is returned.paramtype the type of the resource.paramname the name of the resource.
null
Returns whether the file generated a resource of a specific type.paramtype The {@link ResourceType}
Returns whether the resource is a framework resource. return mFolder.isFramework();
return mFolder.isFramework();