public class MavenProfileResourceImpl extends VirtualResource<org.apache.maven.model.Profile> implements MavenProfileResource
parent, resourceFactory| Constructor and Description |
|---|
MavenProfileResourceImpl(ResourceFactory factory,
Resource<?> parent,
org.apache.maven.model.Profile profile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete() |
boolean |
delete(boolean recursive) |
protected List<Resource<?>> |
doListResources() |
String |
getName() |
org.apache.maven.model.Profile |
getUnderlyingResourceObject() |
createFrom, exists, getChild, getResourceInputStreamequals, getFullyQualifiedName, getParent, getResourceFactory, hashCode, listResources, listResources, reify, supportsgetFacet, getFacets, getFacets, hasFacet, install, register, uninstall, unregisterclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcreateFrom, exists, getChild, getFullyQualifiedName, getParent, getResourceFactory, getResourceInputStream, listResources, listResources, reifypublic MavenProfileResourceImpl(ResourceFactory factory, Resource<?> parent, org.apache.maven.model.Profile profile)
public String getName()
protected List<Resource<?>> doListResources()
doListResources in class AbstractResource<org.apache.maven.model.Profile>public org.apache.maven.model.Profile getUnderlyingResourceObject()
getUnderlyingResourceObject in interface Resource<org.apache.maven.model.Profile>public boolean delete()
throws UnsupportedOperationException
delete in interface Resource<org.apache.maven.model.Profile>UnsupportedOperationExceptionpublic boolean delete(boolean recursive)
throws UnsupportedOperationException
delete in interface Resource<org.apache.maven.model.Profile>UnsupportedOperationExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.