[ CLASS ] - Class to operate on App files.
More...
[ CLASS ] - Class to operate on App files.
◆ __init__()
def mMeco.operators.appFileOpt.AppFileOperator.__init__ |
( |
|
self, |
|
|
|
path = None |
|
) |
| |
Constructor.
- Parameters
-
path | [ str | None | in ] - Absolute path of an app file. |
- Exceptions
-
- Returns
- None - None.
◆ path()
def mMeco.operators.appFileOpt.AppFileOperator.path |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ description()
def mMeco.operators.appFileOpt.AppFileOperator.description |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ developer()
def mMeco.operators.appFileOpt.AppFileOperator.developer |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ darwinExecutable()
def mMeco.operators.appFileOpt.AppFileOperator.darwinExecutable |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ linuxExecutable()
def mMeco.operators.appFileOpt.AppFileOperator.linuxExecutable |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ windowsExecutable()
def mMeco.operators.appFileOpt.AppFileOperator.windowsExecutable |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ globalEnvClassName()
def mMeco.operators.appFileOpt.AppFileOperator.globalEnvClassName |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ application()
def mMeco.operators.appFileOpt.AppFileOperator.application |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ folderName()
def mMeco.operators.appFileOpt.AppFileOperator.folderName |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ version()
def mMeco.operators.appFileOpt.AppFileOperator.version |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ packages()
def mMeco.operators.appFileOpt.AppFileOperator.packages |
( |
|
self | ) |
|
Property.
- Exceptions
-
- 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
-
- Returns
- str - Executable.
The documentation for this class was generated from the following file: