org.kie.integration.eap.maven.model.resource
Class EAPFileResource
java.lang.Object
org.kie.integration.eap.maven.model.resource.EAPAbstractResource<File>
org.kie.integration.eap.maven.model.resource.EAPFileResource
- All Implemented Interfaces:
- EAPModuleResource<File>
public class EAPFileResource
- extends EAPAbstractResource<File>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EAPFileResource
protected EAPFileResource(String name)
create
public static EAPFileResource create(File artifact)
getResource
public File getResource()
- Description copied from interface:
EAPModuleResource
- The resource element.
- Returns:
- The resource element.
getFileName
public String getFileName()
- Description copied from interface:
EAPModuleResource
- The resource filename.
- Returns:
- The resource filename.
setResource
public void setResource(File resource)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.