Package dev.equo.ide
Class EquoChromium
- java.lang.Object
-
- dev.equo.ide.Catalog
-
- dev.equo.ide.Catalog.PureMaven
-
- dev.equo.ide.EquoChromium
-
- All Implemented Interfaces:
java.lang.Comparable<Catalog>
public class EquoChromium extends Catalog.PureMaven
Utilities for setting up EquoChromium as the default browser implementation in the EquoIDE build plugins.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class dev.equo.ide.Catalog
Catalog.PureMaven
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetUserAgent()booleanisEnabled(P2Model model)booleanisEnabled(java.util.Collection<java.io.File> classpath)java.lang.StringmavenRepo()-
Methods inherited from class dev.equo.ide.Catalog
compareTo, equals, getFiltersFor, getName, getP2UrlTemplate, getRequires, getTargetsFor, getUrlForOverride, hashCode, isPureMaven, isUrl, jre11, jre17
-
-
-
-
Method Detail
-
mavenRepo
public java.lang.String mavenRepo()
-
isEnabled
public boolean isEnabled(java.util.Collection<java.io.File> classpath)
-
isEnabled
public boolean isEnabled(P2Model model)
-
getUserAgent
public static java.lang.String getUserAgent()
-
-