platformDependent
Class MacOSPlatform

java.lang.Object
  extended by platformDependent.PlatformManager
      extended by platformDependent.MacOSPlatform

public class MacOSPlatform
extends PlatformManager

Classe utilisée par le systeme de gestion de platforme sous MacOS.

Author:
Matthieu Courgeon

Constructor Summary
MacOSPlatform()
           
 
Method Summary
protected  void aExecuteProject(VAE_Project p)
           
protected  java.lang.String aGetBibDirectoryPath(VAE_Project p)
           
protected  java.lang.String aGetSceneDirectoryPath(VAE_Project p)
           
 
Methods inherited from class platformDependent.PlatformManager
adaptToOperatingSystem, executeProject, getBibDirectoryPath, getSceneDirectoryPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacOSPlatform

public MacOSPlatform()
Method Detail

aExecuteProject

protected void aExecuteProject(VAE_Project p)
Specified by:
aExecuteProject in class PlatformManager

aGetBibDirectoryPath

protected java.lang.String aGetBibDirectoryPath(VAE_Project p)
Specified by:
aGetBibDirectoryPath in class PlatformManager

aGetSceneDirectoryPath

protected java.lang.String aGetSceneDirectoryPath(VAE_Project p)
Specified by:
aGetSceneDirectoryPath in class PlatformManager