PageRenderTime 24ms CodeModel.GetById 18ms app.highlight 5ms RepoModel.GetById 1ms app.codeStats 0ms

/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
Possible License(s): Apache-2.0
1package com.atlassian.activeobjects.junit;
2
3import java.io.File;
4
5public interface PluginFile
6{
7    File getPluginFile();
8}