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
Modifier and TypeMethodDescriptionURL[]
Get the list of resources the user has added to the classpath of the corresponding framework
-
Method Details
-
getClassPathResources
URL[] getClassPathResources()Get the list of resources the user has added to the classpath of the corresponding framework- Returns:
- the list of resources the user has added to the classpath of the corresponding framework
- Since:
- 12.1
-