Uses of Class
com.aoindustries.firewalld.Service
-
Uses of Service in com.aoindustries.firewalld
Methods in com.aoindustries.firewalld that return ServiceModifier and TypeMethodDescriptionServiceSet.getTemplate()
Gets the template for this service set.static Service
Service.loadLocalService
(String name) Loads a local service fromLOCAL_SERVICES_DIRECTORY
.static Service
Service.loadService
(String name, File file) Loads a service from the givenFile
.static Service
Service.loadService
(String name, InputStream in) Loads a service from anInputStream
.static Service
Service.loadSystemService
(String name) Loads a system service fromSYSTEM_SERVICES_DIRECTORY
.Methods in com.aoindustries.firewalld that return types with arguments of type ServiceModifier and TypeMethodDescriptionServiceSet.getServices()
The set of services representing this service set.Methods in com.aoindustries.firewalld with parameters of type ServiceModifier and TypeMethodDescriptionstatic ServiceSet
ServiceSet.createOptimizedServiceSet
(Service template, Iterable<? extends Target> targets) Creates an optimized service set for the given template and targets.static ServiceSet
ServiceSet.loadServiceSet
(Service template) Loads the currently configured service set for the given template.