org.sonatype.gshell.help
Class HelpContentLoaderImpl

java.lang.Object
  extended by org.sonatype.gshell.help.HelpContentLoaderImpl
All Implemented Interfaces:
HelpContentLoader

public class HelpContentLoaderImpl
extends Object
implements HelpContentLoader

HelpContentLoader component.

Since:
2.5
Author:
Jason Dillon

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonatype.gshell.help.HelpContentLoader
HelpContentLoader.MissingContentException
 
Constructor Summary
HelpContentLoaderImpl()
           
 
Method Summary
 String load(String name, ClassLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpContentLoaderImpl

public HelpContentLoaderImpl()
Method Detail

load

public String load(String name,
                   ClassLoader loader)
            throws HelpContentLoader.MissingContentException,
                   IOException
Specified by:
load in interface HelpContentLoader
Throws:
HelpContentLoader.MissingContentException
IOException


Copyright © 2008-2011 Sonatype. All Rights Reserved.