Package ro.sync.ecss.extensions.api
Interface ClassPathResourcesAccess
-
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface ClassPathResourcesAccess
Provides access to all URLs which were added in the classpath for the specific framework when the document type was edited from the Oxygen preferences.- Since:
- 12.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URL[]
getClassPathResources()
Get the list of resources the user has added to the classpath of the corresponding framework
-