Package rma.util

Class Env

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class Env extends Properties
A static class that allows access to environment variables. Doesnt exactly work on PCs. Some PCs displayed weird parsing of paths with the '\' character.
See Also:
  • Field Details

    • env

      public static Env env
  • Constructor Details

    • Env

      public Env()
  • Method Details

    • main

      public static void main(String[] args)