public interface ModuleResourcePathResolver
Modifier and Type | Method and Description |
---|---|
boolean |
accept(String resourceType)
Indicates if this path resolver resolves the given resource type.
|
int |
getPriority() |
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.Path resolveDefaultPath(Package pkg)
pkg
- A package within a module.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.