LibraryDescriptor.java :  » IntelliJ » intellij-ivy-plugin » net » sf » ivyide » Java Open Source

Java Open Source » IntelliJ » intellij ivy plugin 
intellij ivy plugin » net » sf » ivyide » LibraryDescriptor.java
package net.sf.ivyide;

import java.io.File;

public interface LibraryDescriptor {

    File[] getClasses();

    File[] getSources();

    File[] getJavadocs();

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.