Class ShapeFactoryCache
- java.lang.Object
-
- org.uberfire.ext.wires.core.client.factories.ShapeFactoryCache
-
@ApplicationScoped public class ShapeFactoryCache extends Object
A cache of Factories
-
-
Constructor Summary
Constructors Constructor Description ShapeFactoryCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddShapeFactory(org.uberfire.ext.wires.core.api.factories.ShapeFactory factory)Set<org.uberfire.ext.wires.core.api.factories.ShapeFactory>getShapeFactories()
-
-
-
Method Detail
-
getShapeFactories
public Set<org.uberfire.ext.wires.core.api.factories.ShapeFactory> getShapeFactories()
-
addShapeFactory
public void addShapeFactory(org.uberfire.ext.wires.core.api.factories.ShapeFactory factory)
-
-