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

com.enonic.xp.resource.ResourceService Maven / Gradle / Ivy

The newest version!
package com.enonic.xp.resource;

import com.enonic.xp.app.ApplicationKey;

public interface ResourceService
{
    Resource getResource( ResourceKey resourceKey );

    ResourceKeys findFiles( ApplicationKey key, String pattern );

     V processResource( ResourceProcessor processor );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy