public abstract class ResourceFolder extends InclusiveFolder
Modifier and Type | Field and Description |
---|---|
protected Path |
resourcesRoot |
Modifier and Type | Method and Description |
---|---|
boolean |
canMergeWith(IjFolder other) |
boolean |
equals(Object other) |
Path |
getRelativeOutputPath() |
abstract ResourceFolderFactory |
getResourceFactory() |
abstract IjResourceFolderType |
getResourceFolderType() |
Path |
getResourcesRoot() |
int |
hashCode() |
boolean |
isResourceFolder() |
IjFolder |
merge(IjFolder otherFolder) |
getIjName
combineInputs, compareTo, createCopyWith, getFactory, getInputs, getPath, getWantsPackagePrefix, toString
protected final Path resourcesRoot
public Path getRelativeOutputPath()
public Path getResourcesRoot()
public boolean isResourceFolder()
isResourceFolder
in class IjFolder
public boolean canMergeWith(IjFolder other)
canMergeWith
in class IjFolder
public abstract IjResourceFolderType getResourceFolderType()
public abstract ResourceFolderFactory getResourceFactory()