public interface ProjectResourcePathResolver
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String resourceType)
Indicates if this path resolver resolves the given resource type.
|
int |
getPriority() |
org.uberfire.backend.vfs.Path |
resolveDefaultPath(Package pkg)
Given a package resolves where the currently accepted resourceType should be placed by default.
|
int getPriority()
boolean accept(String resourceType)
resourceType - a file extension.org.uberfire.backend.vfs.Path resolveDefaultPath(Package pkg)
pkg - A package within a project.Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.