ProGuard

proguard.gui.splash
Class ConstantString

java.lang.Object
  extended byproguard.gui.splash.ConstantString
All Implemented Interfaces:
proguard.gui.splash.VariableString

public class ConstantString
extends Object
implements proguard.gui.splash.VariableString

This VariableString is constant over time.


Constructor Summary
ConstantString(String value)
          Creates a new ConstantString.
 
Method Summary
 String getString(long time)
          Returns the String for the given time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantString

public ConstantString(String value)
Creates a new ConstantString.

Parameters:
value - the constant value.
Method Detail

getString

public String getString(long time)
Description copied from interface: proguard.gui.splash.VariableString
Returns the String for the given time.

Specified by:
getString in interface proguard.gui.splash.VariableString

ProGuard