Package com.basis.api.admin
Interface BBjAdminJnlpResourcesSection
- All Superinterfaces:
BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Remote
- All Known Subinterfaces:
BBjAdminJnlpPlatformResourceSection
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of the resources section properties.Returns a list of all the resources which includes JARs and native libraries.Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
-
Field Details
-
JAVA_VERSION
- See Also:
-
JAVA_URL
- See Also:
-
VM_ARGUMENTS
- See Also:
-
INITIAL_HEAP
- See Also:
-
MAX_HEAP
- See Also:
-
-
Method Details
-
getResources
BBjAdminList<BBjAdminJnlpResourceLibrary> getResources()Returns a list of all the resources which includes JARs and native libraries. -
getResourceProperties
BBjAdminList<BBjAdminJnlpResourceProperty> getResourceProperties()Returns a list of the resources section properties.
-