Package org.robovm.compiler.config
Class ForceLinkMethodsConfig
java.lang.Object
org.robovm.compiler.config.ForceLinkMethodsConfig
public class ForceLinkMethodsConfig extends Object
- Author:
- dkimitsa
value object for
entry
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classForceLinkMethodsConfig.MethodOwnervalue object for method owner -
Constructor Summary
Constructors Constructor Description ForceLinkMethodsConfig() -
Method Summary
Modifier and Type Method Description List<String>getMethods()List<ForceLinkMethodsConfig.MethodOwner>getOwners()booleanmatchesClass(ClazzInfo ci)returns true if class info matches owners pattern criteria
-
Constructor Details
-
ForceLinkMethodsConfig
public ForceLinkMethodsConfig()
-
-
Method Details
-
getMethods
-
getOwners
-
matchesClass
returns true if class info matches owners pattern criteria
-