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

com.iteaj.izone.spi.TreeResource Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.iteaj.izone.spi;

import java.util.Collection;

public interface TreeResource extends Resource {

    /**
     * 子资源列表
     * @return
     */
    Collection getChildren();

    void setChildren(Collection children);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy