- GATED - Static variable in class org.polyfillservice.api.components.Feature
-
- getAliases() - Method in class org.polyfillservice.api.components.Polyfill
-
- getAllBrowserRequirements() - Method in class org.polyfillservice.api.components.Polyfill
-
- getAllPolyfills() - Method in interface org.polyfillservice.api.interfaces.PolyfillService
-
Gets all the polyfills
- getBrowserRequirement(String) - Method in class org.polyfillservice.api.components.Polyfill
-
Gets the browser requirement based on browser name: e.g.
- getConfig(String, String...) - Method in interface org.polyfillservice.api.interfaces.PolyfillConfigLoaderService
-
Retrieve a JSON config file from specified path and convert it into a Map
- getDependencies() - Method in class org.polyfillservice.api.components.Polyfill
-
Gets a list of dependencies
- getDetectSource() - Method in class org.polyfillservice.api.components.Polyfill
-
Gets the source for detecting whether the polyfill is needed
- getExcludes() - Method in class org.polyfillservice.api.components.Query
-
- getFamily() - Method in interface org.polyfillservice.api.interfaces.UserAgent
-
Return the browser family name of the user agent
- getFeatures() - Method in class org.polyfillservice.api.components.Query
-
- getInputStream() - Method in class org.polyfillservice.api.components.PolyfillServiceConfigFileLocation
-
- getInputStream() - Method in interface org.polyfillservice.api.interfaces.PolyfillServiceConfigLocation
-
- getLicense() - Method in class org.polyfillservice.api.components.Polyfill
-
Gets the type of license of the polyfill implementation e.g.
- getMajorVersion() - Method in interface org.polyfillservice.api.interfaces.UserAgent
-
Return the major version number of the user agent
- getMinorVersion() - Method in interface org.polyfillservice.api.interfaces.UserAgent
-
Return the minor version number of the user agent
- getMinSource() - Method in class org.polyfillservice.api.components.Polyfill
-
Gets the minified source of the polyfill
- getName() - Method in class org.polyfillservice.api.components.Feature
-
- getName() - Method in class org.polyfillservice.api.components.Polyfill
-
Gets the name of the polyfill: e.g.
- getPath() - Method in class org.polyfillservice.api.components.PolyfillLocationString
-
- getPath() - Method in interface org.polyfillservice.api.interfaces.PolyfillLocation
-
- getPolyfill() - Method in class org.polyfillservice.api.components.Feature
-
- getPolyfill(String) - Method in interface org.polyfillservice.api.interfaces.PolyfillService
-
Gets a Polyfill instance by the name of the polyfill.
- getPolyfills() - Method in class org.polyfillservice.api.components.ServiceConfig
-
- getPolyfills(String) - Method in interface org.polyfillservice.api.interfaces.PolyfillService
-
Return a list of polyfills containing all sources of polyfills using default query setting
Alias polyfill will expand into specific polyfills.
- getPolyfills(String, Query) - Method in interface org.polyfillservice.api.interfaces.PolyfillService
-
Return a list of polyfills containing all sources of polyfills.
- getPolyfillsSource(String) - Method in interface org.polyfillservice.api.interfaces.PolyfillService
-
Return a string of the sources of requested polyfills using default query setting
- getPolyfillsSource(String, Query) - Method in interface org.polyfillservice.api.interfaces.PolyfillService
-
Return a string of the sources of requested polyfills
Alias polyfill will expand into specific polyfills.
- getPolyfillsSource(String, Query, boolean) - Method in interface org.polyfillservice.api.interfaces.PolyfillService
-
Return a string of the sources of requested polyfills
Alias polyfill will expand into specific polyfills.
- getRawSource() - Method in class org.polyfillservice.api.components.Polyfill
-
Gets the raw source of the polyfill
- getRepository() - Method in class org.polyfillservice.api.components.Polyfill
-
Gets the URL to the polyfill repository
- getRequiredBys() - Method in class org.polyfillservice.api.components.Feature
-
- getResource(String, String...) - Method in interface org.polyfillservice.api.interfaces.ResourceLoaderService
-
- getResources(String, String...) - Method in interface org.polyfillservice.api.interfaces.ResourceLoaderService
-
- getTestsSource() - Method in class org.polyfillservice.api.components.Polyfill
-
Gets the source of mocha tests
- getVersion() - Method in interface org.polyfillservice.api.interfaces.UserAgent
-
Return the version number of the user agent