Uses of Interface
org.apache.maven.plugins.war.util.WebappStructure.RegistrationCallback
-
Packages that use WebappStructure.RegistrationCallback Package Description org.apache.maven.plugins.war.util -
-
Uses of WebappStructure.RegistrationCallback in org.apache.maven.plugins.war.util
Methods in org.apache.maven.plugins.war.util with parameters of type WebappStructure.RegistrationCallback Modifier and Type Method Description void
WebappStructure. registerFile(java.lang.String id, java.lang.String path, WebappStructure.RegistrationCallback callback)
Registers the specified path for the specified owner.
-