info.aduna.platform.support
Class PosixGnomePlatform

java.lang.Object
  extended by info.aduna.platform.PlatformBase
      extended by info.aduna.platform.support.PosixPlatform
          extended by info.aduna.platform.support.PosixGnomePlatform
All Implemented Interfaces:
Platform

public class PosixGnomePlatform
extends PosixPlatform

Platform implementation for gnome environments under UNIX.


Field Summary
 
Fields inherited from class info.aduna.platform.PlatformBase
colonReplacement, logger, separatorReplacement, whitespaceReplacement
 
Fields inherited from interface info.aduna.platform.Platform
APPDATA_BASEDIR_PROPERTY, OLD_DATADIR_PROPERTY
 
Constructor Summary
PosixGnomePlatform()
           
 
Method Summary
 String getName()
          Get a descriptive name for this platform.
 
Methods inherited from class info.aduna.platform.support.PosixPlatform
dataDirPreserveCase, dataDirReplaceColon, dataDirReplaceWhitespace, getOSApplicationDataDir
 
Methods inherited from class info.aduna.platform.PlatformBase
getApplicationDataDir, getApplicationDataDir, getOSApplicationDataDir, getRelativeApplicationDataDir, getRelativeApplicationDataDir, getUserHome
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PosixGnomePlatform

public PosixGnomePlatform()
Method Detail

getName

public String getName()
Description copied from interface: Platform
Get a descriptive name for this platform.

Specified by:
getName in interface Platform
Overrides:
getName in class PosixPlatform


Copyright © 2001-2012 Aduna. All Rights Reserved.