Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into features/issue_32_h…
Browse files Browse the repository at this point in the history
…arman_sdk

# Resolved Conflicts:
#	InstallerSharedCore/src/actionScripts/interfaces/IHelperMoonshineBridge.as
#	InstallerSharedCore/src/actionScripts/managers/DetectionManager.as
#	InstallerSharedCore/src/actionScripts/utils/HelperUtils.as
#	InstallerSharedCore/src/actionScripts/valueObjects/ComponentTypes.as
#	InstallerSharedCore/src/components/renderers/ComponentRenderer.mxml
#	InstallerSharedCore/src/helperResources/data/moonshineHelperConfig.xml

(#32)
  • Loading branch information
rat-moonshine committed Apr 30, 2021
2 parents be376b0 + 2624f2e commit 1250d26
Show file tree
Hide file tree
Showing 11 changed files with 1,136 additions and 818 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
package actionScripts.interfaces
{
public interface IHelperMoonshineBridge
{
function isDefaultSDKPresent():Boolean;
function isFlexSDKAvailable():Object;
function isFlexHarmanSDKAvailable():Object;
function isFlexJSSDKAvailable():Object;
function isRoyaleSDKAvailable():Object;
function isFeathersSDKAvailable():Object;
function isJavaPresent():Boolean;
function isAntPresent():Boolean;
function isMavenPresent():Boolean;
function isGradlePresent():Boolean;
function isGrailsPresent():Boolean;
function isSVNPresent():Boolean;
function isGitPresent():Boolean;
function isNodeJsPresent():Boolean;
function isNotesDominoPresent():Boolean;
function runOrDownloadSDKInstaller():void;

function get playerglobalExists():Boolean;
function set playerglobalExists(value:Boolean):void;
}
package actionScripts.interfaces
{
public interface IHelperMoonshineBridge
{
function isDefaultSDKPresent():Boolean;
function isFlexSDKAvailable():Object;
function isFlexHarmanSDKAvailable():Object;
function isFlexJSSDKAvailable():Object;
function isRoyaleSDKAvailable():Object;
function isFeathersSDKAvailable():Object;
function isJavaPresent():Boolean;
function isJava8Present():Boolean;
function isAntPresent():Boolean;
function isMavenPresent():Boolean;
function isGradlePresent():Boolean;
function isGrailsPresent():Boolean;
function isSVNPresent():Boolean;
function isGitPresent():Boolean;
function isNodeJsPresent():Boolean;
function isNotesDominoPresent():Boolean;
function runOrDownloadSDKInstaller():void;

function get playerglobalExists():Boolean;
function set playerglobalExists(value:Boolean):void;
function get javaVersionForTypeahead():String;
function get javaVersionInJava8Path():String;
}
}
Loading

0 comments on commit 1250d26

Please sign in to comment.