org.jboss.deployers.vfs.plugins.classloader
Interface HostNameCreator

All Known Implementing Classes:
DeploymentHostNameCreator

public interface HostNameCreator

Create host name for in-memory url.

Author:
Ales Justin

Method Summary
 String createHostName(VFSDeploymentUnit unit)
          Create host name.
 

Method Detail

createHostName

String createHostName(VFSDeploymentUnit unit)
Create host name. It should not contain any '/' due to VFS Memory context limitations. See JBDEPLOY-75.

Parameters:
unit - the vfs deployment unit
Returns:
host name


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.