MECO™ API Reference
Public Member Functions | List of all members
mMeco.operators.appFileOpt.AppFileOperator Class Reference

[ CLASS ] - Class to operate on App files. More...

Inheritance diagram for mMeco.operators.appFileOpt.AppFileOperator:

Public Member Functions

def __init__ (self, path=None)
 Constructor. More...
 
def path (self)
 Property. More...
 
def description (self)
 Property. More...
 
def developer (self)
 Property. More...
 
def darwinExecutable (self)
 Property. More...
 
def linuxExecutable (self)
 Property. More...
 
def windowsExecutable (self)
 Property. More...
 
def globalEnvClassName (self)
 Property. More...
 
def application (self)
 Property. More...
 
def folderName (self)
 Property. More...
 
def version (self)
 Property. More...
 
def packages (self)
 Property. More...
 
def set (self, path)
 Set app file. More...
 
def getExecutableForCurrentPlatform (self)
 Get executable for current platform. More...
 

Detailed Description

[ CLASS ] - Class to operate on App files.

Constructor & Destructor Documentation

◆ __init__()

def mMeco.operators.appFileOpt.AppFileOperator.__init__ (   self,
  path = None 
)

Constructor.

Parameters
path[ str | None | in ] - Absolute path of an app file.
Exceptions
N/A
Returns
None - None.

Member Function Documentation

◆ path()

def mMeco.operators.appFileOpt.AppFileOperator.path (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ description()

def mMeco.operators.appFileOpt.AppFileOperator.description (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ developer()

def mMeco.operators.appFileOpt.AppFileOperator.developer (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ darwinExecutable()

def mMeco.operators.appFileOpt.AppFileOperator.darwinExecutable (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ linuxExecutable()

def mMeco.operators.appFileOpt.AppFileOperator.linuxExecutable (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ windowsExecutable()

def mMeco.operators.appFileOpt.AppFileOperator.windowsExecutable (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ globalEnvClassName()

def mMeco.operators.appFileOpt.AppFileOperator.globalEnvClassName (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ application()

def mMeco.operators.appFileOpt.AppFileOperator.application (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ folderName()

def mMeco.operators.appFileOpt.AppFileOperator.folderName (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ version()

def mMeco.operators.appFileOpt.AppFileOperator.version (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ packages()

def mMeco.operators.appFileOpt.AppFileOperator.packages (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ set()

def mMeco.operators.appFileOpt.AppFileOperator.set (   self,
  path 
)

Set app file.

Parameters
path[ str | None | in ] - Absolute path of an app file.
Exceptions
IOError- If given path of app file doesn't exist.
Returns
None - None.

◆ getExecutableForCurrentPlatform()

def mMeco.operators.appFileOpt.AppFileOperator.getExecutableForCurrentPlatform (   self)

Get executable for current platform.

Exceptions
N/A
Returns
str - Executable.

The documentation for this class was generated from the following file: