platformDependent
Class LinuxPlatform

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

public class LinuxPlatform
extends PlatformManager

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

Author:
Matthieu Courgeon

Constructor Summary
LinuxPlatform()
           
 
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

LinuxPlatform

public LinuxPlatform()
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