net.ihe.gazelle.proxy.dicom
Class FileName

java.lang.Object
  extended by net.ihe.gazelle.proxy.dicom.FileName

public class FileName
extends Object

Author:
Abderrazek Boufahja / INRIA Rennes IHE development Project

Constructor Summary
FileName()
           
FileName(char sep, char ext)
           
 
Method Summary
 String extension(String fullPath)
           
 String getFileNameWithExtention(String fullPath)
          gets filename with extension
 String getFileNameWithoutExtention(String fullPath)
          gets filename without extension
 String path(String fullPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileName

public FileName()

FileName

public FileName(char sep,
                char ext)
Method Detail

extension

public String extension(String fullPath)

getFileNameWithoutExtention

public String getFileNameWithoutExtention(String fullPath)
gets filename without extension


getFileNameWithExtention

public String getFileNameWithExtention(String fullPath)
gets filename with extension


path

public String path(String fullPath)


Copyright © 2012 JBoss. All Rights Reserved.