gpl.fredy.io
Class MakeVersion

java.lang.Object
  extended by gpl.fredy.io.MakeVersion

public class MakeVersion
extends java.lang.Object


Constructor Summary
MakeVersion(java.io.File f)
           
MakeVersion(java.lang.String s)
           
 
Method Summary
 java.io.File getFile()
          Get the value of file.
 java.lang.String getFileName()
          Get the value of fileName.
 java.lang.String getPath()
          Get the value of path.
static void main(java.lang.String[] args)
           
 void setFile(java.io.File v)
           
 void setFile(java.lang.String v)
          Set the value of file.
 void setFileName(java.lang.String v)
          Set the value of fileName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakeVersion

public MakeVersion(java.lang.String s)

MakeVersion

public MakeVersion(java.io.File f)
Method Detail

getFileName

public java.lang.String getFileName()
Get the value of fileName.

Returns:
value of fileName.

setFileName

public void setFileName(java.lang.String v)
Set the value of fileName.

Parameters:
v - Value to assign to fileName.

getPath

public java.lang.String getPath()
Get the value of path.

Returns:
value of path.

getFile

public java.io.File getFile()
Get the value of file.

Returns:
value of file.

setFile

public void setFile(java.lang.String v)
Set the value of file.

Parameters:
v - Value to assign to file.

setFile

public void setFile(java.io.File v)

main

public static void main(java.lang.String[] args)