Package org.robovm.compiler.config
Class AppExtension
java.lang.Object
org.robovm.compiler.config.AppExtension
public class AppExtension extends Object
Specifies app extension value object for configuration object.
Separate file is required as beside the name it would be required to configure also provisioning profile to
be used with app extension
-
Field Summary
Fields Modifier and Type Field Description static AppExtensionDEFAULT_RULE -
Constructor Summary
Constructors Constructor Description AppExtension() -
Method Summary
Modifier and Type Method Description StringgetName()StringgetNameWithExt(String ext)returns name with requested extension (attaches if missin)StringgetProfile()StringgetSuffix()booleanskipSigning()
-
Field Details
-
DEFAULT_RULE
-
-
Constructor Details
-
AppExtension
public AppExtension()
-
-
Method Details
-
getNameWithExt
returns name with requested extension (attaches if missin)- Parameters:
ext- starting with '.', e.g. ".appex"
-
getName
-
skipSigning
public boolean skipSigning() -
getProfile
-
getSuffix
-