/activeobjects-plugin/src/test/java/com/atlassian/activeobjects/junit/PluginFile.java

https://bitbucket.org/activeobjects/ao-plugin · Java · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 8239b90a5b8cec904ea8c4390fa13094 MD5 · raw file

  1. package com.atlassian.activeobjects.junit;
  2. import java.io.File;
  3. public interface PluginFile
  4. {
  5. File getPluginFile();
  6. }