net.flexmojos.oss.compiler
Interface IMxmlConfiguration

All Superinterfaces:
IFlexConfiguration

public interface IMxmlConfiguration
extends IFlexConfiguration


Field Summary
static String COMPATIBILITY_VERSION
           
static String MINIMUM_SUPPORTED_VERSION
           
static String QUALIFIED_TYPE_SELECTORS
           
 
Method Summary
 String getCompatibilityVersion()
           
 String getMinimumSupportedVersion()
           
 Boolean getQualifiedTypeSelectors()
           
 

Field Detail

MINIMUM_SUPPORTED_VERSION

static final String MINIMUM_SUPPORTED_VERSION
See Also:
Constant Field Values

COMPATIBILITY_VERSION

static final String COMPATIBILITY_VERSION
See Also:
Constant Field Values

QUALIFIED_TYPE_SELECTORS

static final String QUALIFIED_TYPE_SELECTORS
See Also:
Constant Field Values
Method Detail

getMinimumSupportedVersion

String getMinimumSupportedVersion()

getCompatibilityVersion

String getCompatibilityVersion()

getQualifiedTypeSelectors

Boolean getQualifiedTypeSelectors()


Copyright © 2008-2012 flexmojos. All Rights Reserved.