Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
app_manager.app_list.AppList Class Reference
Inheritance diagram for app_manager.app_list.AppList:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, applist_directories, platform=None)
 
def add_directory (self, directory)
 
def get_app_list (self)
 
def remove_directory (self, directory)
 
def update (self)
 

Public Attributes

 app_list
 
 applist_directories
 
 installed_files
 
 invalid_installed_files
 
 need_update
 
 platform
 

Private Member Functions

def _find_installed_files (self)
 
def _load (self, files)
 

Private Attributes

 _applist_directory_mtime
 

Detailed Description

Definition at line 145 of file app_list.py.

Constructor & Destructor Documentation

def app_manager.app_list.AppList.__init__ (   self,
  applist_directories,
  platform = None 
)

Definition at line 146 of file app_list.py.

Member Function Documentation

def app_manager.app_list.AppList._find_installed_files (   self)
private

Definition at line 156 of file app_list.py.

def app_manager.app_list.AppList._load (   self,
  files 
)
private

Definition at line 165 of file app_list.py.

def app_manager.app_list.AppList.add_directory (   self,
  directory 
)

Definition at line 199 of file app_list.py.

def app_manager.app_list.AppList.get_app_list (   self)

Definition at line 194 of file app_list.py.

def app_manager.app_list.AppList.remove_directory (   self,
  directory 
)

Definition at line 207 of file app_list.py.

def app_manager.app_list.AppList.update (   self)
Update app list

Definition at line 213 of file app_list.py.

Member Data Documentation

app_manager.app_list.AppList._applist_directory_mtime
private

Definition at line 153 of file app_list.py.

app_manager.app_list.AppList.app_list

Definition at line 150 of file app_list.py.

app_manager.app_list.AppList.applist_directories

Definition at line 147 of file app_list.py.

app_manager.app_list.AppList.installed_files

Definition at line 148 of file app_list.py.

app_manager.app_list.AppList.invalid_installed_files

Definition at line 149 of file app_list.py.

app_manager.app_list.AppList.need_update

Definition at line 154 of file app_list.py.

app_manager.app_list.AppList.platform

Definition at line 151 of file app_list.py.


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


app_manager
Author(s): Jeremy Leibs, Ken Conley, Yuki Furuta
autogenerated on Tue Apr 2 2019 02:58:24