Package org.loboevolution.pdfview.action
Class LaunchAction.FileSpec
java.lang.Object
org.loboevolution.pdfview.action.LaunchAction.FileSpec
- Enclosing class:
LaunchAction
Inner class for storing a file specification
- Since:
- 08.07.2009
- Version:
- $Id: LaunchAction.java,v 1.1 2009-07-10 12:47:31 xond Exp $ Author xond
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the filename: first try to get the file name for the used OS, if it's not available return the common file name.
-
Constructor Details
-
FileSpec
public FileSpec()
-
-
Method Details
-
getFileName
Get the filename: first try to get the file name for the used OS, if it's not available return the common file name.- Returns:
- a
String
object.
-