All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.spun.util.tests.MacOpener Maven / Gradle / Ivy

There is a newer version: 24.9.0
Show newest version
package com.spun.util.tests;

import static com.spun.util.tests.LinuxOpener.executeOnLinux;

public class MacOpener implements Opener
{
  @Override
  public boolean open(String fileName)
  {
    return executeOnLinux(fileName, "open");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy